SciML / SciMLBase.jl

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

add optional `continuous_modification` argument to `reeval_internals_due_to_modification!` #625

Closed oscardssmith closed 4 months ago

oscardssmith commented 4 months ago

When set to false allows the integrator to skip recalculating the interpolation data. This is a prereq to https://github.com/SciML/OrdinaryDiffEq.jl/pull/2141 being finished.

Checklist

Additional context

Add any other context about the problem here.

codecov[bot] commented 4 months ago

Codecov Report

Attention: 2 lines in your changes are missing coverage. Please review.

Comparison is base (f457edc) 26.33% compared to head (3ef766a) 26.32%.

Files Patch % Lines
src/integrator_interface.jl 0.00% 2 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #625 +/- ## ========================================== - Coverage 26.33% 26.32% -0.02% ========================================== Files 55 55 Lines 4249 4251 +2 ========================================== Hits 1119 1119 - Misses 3130 3132 +2 ```

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