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

Parallel Testing #371

Closed avik-pal closed 7 months ago

avik-pal commented 7 months ago

55 mins testing down to 30 mins :tada:

codecov[bot] commented 7 months ago

Codecov Report

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

Comparison is base (812f6fb) 75.81% compared to head (49ca687) 81.44%. Report is 16 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #371 +/- ## ========================================== + Coverage 75.81% 81.44% +5.63% ========================================== Files 44 44 Lines 2605 2598 -7 ========================================== + Hits 1975 2116 +141 + Misses 630 482 -148 ```

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