SciML / LinearSolve.jl

LinearSolve.jl: High-Performance Unified Interface for Linear Solvers in Julia. Easily switch between factorization and Krylov methods, add preconditioners, and all in one interface.
https://docs.sciml.ai/LinearSolve/stable/
Other
241 stars 52 forks source link

Patch the Static Arrays tests #448

Closed avik-pal closed 8 months ago

codecov[bot] commented 8 months ago

Codecov Report

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

Comparison is base (814adc2) 27.30% compared to head (80af626) 65.25%.

Files Patch % Lines
src/factorization_sparse.jl 0.00% 2 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #448 +/- ## =========================================== + Coverage 27.30% 65.25% +37.95% =========================================== Files 27 27 Lines 2095 2104 +9 =========================================== + Hits 572 1373 +801 + Misses 1523 731 -792 ```

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