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
245 stars 52 forks source link

Fix and better test UMFPACK default #327

Closed ChrisRackauckas closed 1 year ago

ChrisRackauckas commented 1 year ago

Fixes https://github.com/SciML/LinearSolve.jl/issues/326

codecov[bot] commented 1 year ago

Codecov Report

Merging #327 (c379611) into main (b5ff8b1) will decrease coverage by 0.95%. The diff coverage is 50.00%.

@@            Coverage Diff             @@
##             main     #327      +/-   ##
==========================================
- Coverage   75.75%   74.81%   -0.95%     
==========================================
  Files          17       17              
  Lines        1221     1219       -2     
==========================================
- Hits          925      912      -13     
- Misses        296      307      +11     
Impacted Files Coverage Δ
src/factorization.jl 74.88% <50.00%> (-0.96%) :arrow_down:

... and 5 files with indirect coverage changes

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more