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

Scimlops #217

Closed xtalax closed 1 year ago

codecov[bot] commented 1 year ago

Codecov Report

Merging #217 (a0b86a6) into main (6f3c63e) will decrease coverage by 55.48%. The diff coverage is 0.00%.

:exclamation: Current head a0b86a6 differs from pull request most recent head 642294e. Consider uploading reports for the commit 642294e to get more accurate results

@@            Coverage Diff             @@
##             main    #217       +/-   ##
==========================================
- Coverage   63.80%   8.31%   -55.49%     
==========================================
  Files           9       9               
  Lines         630     613       -17     
==========================================
- Hits          402      51      -351     
- Misses        228     562      +334     
Impacted Files Coverage Δ
src/LinearSolve.jl 0.00% <ø> (-75.00%) :arrow_down:
src/default.jl 0.00% <0.00%> (-50.00%) :arrow_down:
src/preconditioners.jl 0.00% <ø> (-86.67%) :arrow_down:
src/solve_function.jl 0.00% <0.00%> (-100.00%) :arrow_down:
src/factorization.jl 7.57% <0.00%> (-71.07%) :arrow_down:
src/iterative_wrappers.jl 0.00% <0.00%> (-70.82%) :arrow_down:
src/common.jl 57.89% <0.00%> (-29.83%) :arrow_down:

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

vpuri3 commented 1 year ago

close?