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

Use a different termination norm for NLLS #399

Closed avik-pal closed 3 months ago

avik-pal commented 3 months ago
codecov[bot] commented 3 months ago

Codecov Report

Attention: Patch coverage is 97.87234% with 1 lines in your changes are missing coverage. Please review.

Project coverage is 86.80%. Comparing base (e231d64) to head (fb0f1eb).

Files Patch % Lines
src/internal/tracing.jl 97.05% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #399 +/- ## ========================================== + Coverage 86.75% 86.80% +0.04% ========================================== Files 46 46 Lines 2809 2827 +18 ========================================== + Hits 2437 2454 +17 - Misses 372 373 +1 ```

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