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
216 stars 39 forks source link

Don't warn if user specified FiniteDifferencing #449

Closed avik-pal closed 3 weeks ago

avik-pal commented 3 weeks ago

Fixes #448

codecov[bot] commented 3 weeks ago

Codecov Report

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

Project coverage is 86.43%. Comparing base (4312611) to head (e3ea547).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #449 +/- ## ========================================== - Coverage 86.46% 86.43% -0.04% ========================================== Files 47 47 Lines 2874 2874 ========================================== - Hits 2485 2484 -1 - Misses 389 390 +1 ```

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