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

Add tests for Ensemble Problems #444

Closed avik-pal closed 1 month ago

avik-pal commented 1 month ago

At some point, they just started working!

Fixes #365

codecov[bot] commented 1 month ago

Codecov Report

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

Project coverage is 86.45%. Comparing base (a797e46) to head (c7f47d6).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #444 +/- ## ========================================== + Coverage 86.42% 86.45% +0.03% ========================================== Files 47 47 Lines 2872 2872 ========================================== + Hits 2482 2483 +1 + Misses 390 389 -1 ```

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