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

Fix static arrays #376

Closed avik-pal closed 4 months ago

avik-pal commented 4 months ago

Checklist

Additional context

Add any other context about the problem here.

codecov[bot] commented 4 months ago

Codecov Report

Attention: 7 lines in your changes are missing coverage. Please review.

Comparison is base (8f9a432) 58.65% compared to head (a739091) 49.51%.

Files Patch % Lines
src/internal/linear_solve.jl 46.15% 7 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #376 +/- ## ========================================== - Coverage 58.65% 49.51% -9.14% ========================================== Files 44 44 Lines 2612 2601 -11 ========================================== - Hits 1532 1288 -244 - Misses 1080 1313 +233 ```

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