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

Run Formatter #375

Closed avik-pal closed 4 months ago

codecov[bot] commented 4 months ago

Codecov Report

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

Comparison is base (9e46f00) 88.24% compared to head (8d0578a) 58.99%.

Files Patch % Lines
src/algorithms/extension_algs.jl 0.00% 4 Missing :warning:
src/default.jl 0.00% 3 Missing :warning:
src/internal/forward_diff.jl 0.00% 3 Missing :warning:
src/algorithms/klement.jl 0.00% 1 Missing :warning:
src/core/approximate_jacobian.jl 50.00% 1 Missing :warning:
src/globalization/line_search.jl 0.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #375 +/- ## =========================================== - Coverage 88.24% 58.99% -29.26% =========================================== Files 44 44 Lines 2611 2597 -14 =========================================== - Hits 2304 1532 -772 - Misses 307 1065 +758 ```

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

avik-pal commented 4 months ago

Failure from enzyme