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 use custom tags #411

Closed avik-pal closed 2 months ago

avik-pal commented 2 months ago

See https://github.com/JuliaDiff/SparseDiffTools.jl/pull/290 for the corresponding one

codecov[bot] commented 2 months ago

Codecov Report

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

Project coverage is 86.84%. Comparing base (9a0bb8d) to head (c60a2b6).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #411 +/- ## ========================================== - Coverage 86.86% 86.84% -0.02% ========================================== Files 46 46 Lines 2855 2851 -4 ========================================== - Hits 2480 2476 -4 Misses 375 375 ```

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