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

Remove the true jacobian Klement from the tests #335

Closed avik-pal closed 7 months ago

avik-pal commented 7 months ago

With the true jacobian Klement updates anyways don't work well

codecov[bot] commented 7 months ago

Codecov Report

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

Comparison is base (014c569) 88.28% compared to head (72d8383) 88.79%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #335 +/- ## ========================================== + Coverage 88.28% 88.79% +0.50% ========================================== Files 24 24 Lines 1972 1972 ========================================== + Hits 1741 1751 +10 + Misses 231 221 -10 ```

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