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

Disable protective check by default #307

Closed avik-pal closed 7 months ago

avik-pal commented 7 months ago

Once https://github.com/SciML/DiffEqBase.jl/pull/972 this can be merged

codecov[bot] commented 7 months ago

Codecov Report

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

Comparison is base (4e1638a) 89.35% compared to head (a968a99) 89.35%. Report is 4 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #307 +/- ## ======================================= Coverage 89.35% 89.35% ======================================= Files 23 23 Lines 1936 1936 ======================================= Hits 1730 1730 Misses 206 206 ```

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