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

Minor Fixes #308

Closed avik-pal closed 7 months ago

avik-pal commented 7 months ago

Checklist

Additional context

Add any other context about the problem here.

codecov[bot] commented 7 months ago

Codecov Report

Attention: 9 lines in your changes are missing coverage. Please review.

Comparison is base (cbf0861) 89.35% compared to head (41f4fec) 80.47%.

Files Patch % Lines
src/levenberg.jl 76.19% 5 Missing :warning:
ext/NonlinearSolveMINPACKExt.jl 0.00% 3 Missing :warning:
ext/NonlinearSolveNLsolveExt.jl 0.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #308 +/- ## ========================================== - Coverage 89.35% 80.47% -8.89% ========================================== Files 23 23 Lines 1936 1936 ========================================== - Hits 1730 1558 -172 - Misses 206 378 +172 ```

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