SciML / SciMLBase.jl

The Base interface of the SciML ecosystem
https://docs.sciml.ai/SciMLBase/stable
MIT License
118 stars 91 forks source link

reapply formatting #632

Closed ArnoStrouwen closed 4 months ago

ArnoStrouwen commented 4 months ago

Let CI run to completion on this one, as I had to tweak a few things to get the formatter to run.

codecov[bot] commented 4 months ago

Codecov Report

Attention: Patch coverage is 16.33987% with 128 lines in your changes are missing coverage. Please review.

Project coverage is 26.25%. Comparing base (158b757) to head (f6e94bf).

Files Patch % Lines
src/scimlfunctions.jl 23.33% 23 Missing :warning:
src/ensemble/basic_ensemble_solve.jl 0.00% 18 Missing :warning:
src/integrator_interface.jl 0.00% 9 Missing :warning:
src/interpolation.jl 20.00% 8 Missing :warning:
src/solutions/solution_interface.jl 52.94% 8 Missing :warning:
src/solutions/optimization_solutions.jl 0.00% 7 Missing :warning:
src/function_wrappers.jl 0.00% 6 Missing :warning:
src/solutions/ode_solutions.jl 0.00% 6 Missing :warning:
src/problems/basic_problems.jl 63.63% 4 Missing :warning:
src/problems/problem_interface.jl 0.00% 4 Missing :warning:
... and 16 more
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #632 +/- ## ========================================== - Coverage 26.28% 26.25% -0.03% ========================================== Files 55 55 Lines 4257 4269 +12 ========================================== + Hits 1119 1121 +2 - Misses 3138 3148 +10 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.