SciML / SciMLBase.jl

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

NonlinearProblem is not a DEProblem #637

Open avik-pal opened 4 months ago

avik-pal commented 4 months ago

Fixes https://github.com/SciML/NonlinearSolve.jl/issues/154

A bit more involved than I thought :cry:

codecov[bot] commented 4 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 5.48%. Comparing base (c988a92) to head (b87f036).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #637 +/- ## ========================================== - Coverage 26.26% 5.48% -20.79% ========================================== Files 55 55 Lines 4283 4247 -36 ========================================== - Hits 1125 233 -892 - Misses 3158 4014 +856 ```

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

ChrisRackauckas commented 4 months ago

It's used for the DiffEqBase/solve.jl dispatches.