SciML / SciMLBase.jl

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

fix: batch observed function eval in plotting, bug fixes #680

Closed AayushSabharwal closed 2 months ago

AayushSabharwal commented 2 months ago

Checklist

Additional context

Add any other context about the problem here.

AayushSabharwal commented 2 months ago

Requires https://github.com/SciML/RecursiveArrayTools.jl/pull/369 and https://github.com/SciML/SymbolicIndexingInterface.jl/pull/70

codecov[bot] commented 2 months ago

Codecov Report

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

Project coverage is 41.00%. Comparing base (9e92fc6) to head (668f3f7). Report is 4 commits behind head on master.

Files Patch % Lines
src/solutions/ode_solutions.jl 83.33% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #680 +/- ## ========================================== + Coverage 31.74% 41.00% +9.25% ========================================== Files 55 55 Lines 4505 4529 +24 ========================================== + Hits 1430 1857 +427 + Misses 3075 2672 -403 ```

: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/SymbolicIndexingInterface.jl/pull/72