SciML / NonlinearSolve.jl

High-performance and differentiation-enabled nonlinear solvers (Newton methods), bracketed rootfinding (bisection, Falsi), with sparsity and Newton-Krylov support.
https://docs.sciml.ai/NonlinearSolve/stable/
MIT License
221 stars 39 forks source link

Fix the 23 test problems #342

Closed avik-pal closed 7 months ago

avik-pal commented 7 months ago

Needs https://github.com/SciML/DiffEqProblemLibrary.jl/pull/122

codecov[bot] commented 7 months ago

Codecov Report

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

Comparison is base (4312353) 87.47% compared to head (3fbf55b) 72.35%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #342 +/- ## =========================================== - Coverage 87.47% 72.35% -15.13% =========================================== Files 28 28 Lines 2172 2170 -2 =========================================== - Hits 1900 1570 -330 - Misses 272 600 +328 ```

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

ChrisRackauckas commented 7 months ago

oh it's here 😅 . Rebase and merge.