SciML / SciMLBase.jl

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

make nonlinear problem mutable #708

Closed m-bossart closed 3 weeks ago

m-bossart commented 3 weeks ago

Makes NonlinearProblemmutable in order to enable Enzyme compatibility (SciML/NonlinearSolve.jl#439)

codecov[bot] commented 3 weeks ago

Codecov Report

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

Project coverage is 41.34%. Comparing base (79c1b04) to head (5146f38).

Files Patch % Lines
src/problems/basic_problems.jl 0.00% 6 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #708 +/- ## ========================================== - Coverage 41.39% 41.34% -0.06% ========================================== Files 55 55 Lines 4626 4632 +6 ========================================== Hits 1915 1915 - Misses 2711 2717 +6 ```

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