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

Aqua + typos CI #435

Closed ArnoStrouwen closed 9 months ago

codecov[bot] commented 9 months ago

Codecov Report

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

Comparison is base (9aaf9b3) 63.96% compared to head (1111ac8) 64.10%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #435 +/- ## ========================================== + Coverage 63.96% 64.10% +0.14% ========================================== Files 27 27 Lines 2106 2106 ========================================== + Hits 1347 1350 +3 + Misses 759 756 -3 ```

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

ArnoStrouwen commented 9 months ago

@ChrisRackauckas Not sure what to do with the EnzymeCore stale dep error: https://github.com/SciML/LinearSolve.jl/actions/runs/7032498284/job/19136359022?pr=435#step:6:829

ChrisRackauckas commented 9 months ago

https://github.com/SciML/LinearSolve.jl/pull/435/files#diff-72ed386c2a0cd1d23c0968297e70023ed98c22490d146dd89fc91f48369bad4dR11 we have a dependency on EnzymeCore but I guess we don't use it in the package, since we just use Enzyme in the extension? That can probably be removed then.