SciML / SciMLBase.jl

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

Allow for tagging an initialization problem to ODEFunction/DAEFunction #633

Closed ChrisRackauckas closed 4 months ago

ChrisRackauckas commented 4 months ago

This will need downstream support in the solvers to override the use of an initializer.

codecov[bot] commented 4 months ago

Codecov Report

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

Project coverage is 26.27%. Comparing base (1774538) to head (5b80eb8). Report is 3 commits behind head on master.

Files Patch % Lines
src/scimlfunctions.jl 71.42% 2 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #633 +/- ## ========================================== + Coverage 26.25% 26.27% +0.01% ========================================== Files 55 55 Lines 4269 4281 +12 ========================================== + Hits 1121 1125 +4 - Misses 3148 3156 +8 ```

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