SciML / SciMLBase.jl

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

feat: add discrete saving feature to ODESolution #645

Open AayushSabharwal opened 4 months ago

AayushSabharwal commented 4 months ago

Checklist

Additional context

Add any other context about the problem here.

codecov[bot] commented 3 months ago

Codecov Report

Attention: Patch coverage is 0% with 116 lines in your changes missing coverage. Please review.

Project coverage is 0.00%. Comparing base (9185795) to head (ea9d214).

Files Patch % Lines
src/solutions/ode_solutions.jl 0.00% 104 Missing :warning:
ext/SciMLBaseZygoteExt.jl 0.00% 8 Missing :warning:
src/integrator_interface.jl 0.00% 2 Missing :warning:
src/solutions/solution_interface.jl 0.00% 2 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #645 +/- ## ========================================== - Coverage 41.53% 0.00% -41.54% ========================================== Files 55 55 Lines 4582 4591 +9 ========================================== - Hits 1903 0 -1903 - Misses 2679 4591 +1912 ```

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

AayushSabharwal commented 2 months ago

Requires https://github.com/SciML/RecursiveArrayTools.jl/pull/372 to merge and https://github.com/SciML/DiffEqBase.jl/pull/1019 to work