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

downgrade CI #451

Closed ArnoStrouwen closed 8 months ago

ArnoStrouwen commented 8 months ago

Locally, I still ran into a test failure with svd cache. I don't know which version to bump for that, since LinearAlgebra is already at the latest.

codecov[bot] commented 8 months ago

Codecov Report

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

Comparison is base (9365b77) 65.21% compared to head (4cc2075) 65.31%. Report is 1 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #451 +/- ## ========================================== + Coverage 65.21% 65.31% +0.10% ========================================== Files 27 27 Lines 2113 2102 -11 ========================================== - Hits 1378 1373 -5 + Misses 735 729 -6 ```

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