SciML / SciMLBase.jl

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

Batch observed function eval if possible #679

Closed YingboMa closed 2 months ago

YingboMa commented 2 months ago

@AayushSabharwal could you finish up this PR?

codecov[bot] commented 2 months ago

Codecov Report

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

Project coverage is 7.49%. Comparing base (9e92fc6) to head (f75c944).

Files Patch % Lines
src/solutions/solution_interface.jl 0.00% 12 Missing :warning:
src/solutions/ode_solutions.jl 0.00% 2 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #679 +/- ## ========================================== - Coverage 31.74% 7.49% -24.25% ========================================== Files 55 55 Lines 4505 4483 -22 ========================================== - Hits 1430 336 -1094 - Misses 3075 4147 +1072 ```

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

AayushSabharwal commented 2 months ago

Superseded by https://github.com/SciML/SciMLBase.jl/pull/680