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
232 stars 40 forks source link

Don't specialize on original and stats for polyalg #394

Closed avik-pal closed 6 months ago

codecov[bot] commented 6 months ago

Codecov Report

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

Project coverage is 80.45%. Comparing base (28edcd4) to head (f4a7871).

Files Patch % Lines
src/default.jl 75.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #394 +/- ## ========================================== - Coverage 81.14% 80.45% -0.69% ========================================== Files 46 46 Lines 2800 2804 +4 ========================================== - Hits 2272 2256 -16 - Misses 528 548 +20 ```

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

avik-pal commented 6 months ago

failures are from modeling toolkit it seems