JuliaSmoothOptimizers / RipQP.jl

MIT License
29 stars 5 forks source link

Use KRYLOV_SOLVERS variable #160

Closed amontoison closed 2 years ago

amontoison commented 2 years ago

https://github.com/JuliaSmoothOptimizers/Krylov.jl/pull/544

codecov[bot] commented 2 years ago

Codecov Report

Merging #160 (b5c1ee3) into main (aba4c22) will decrease coverage by 0.22%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #160      +/-   ##
==========================================
- Coverage   87.03%   86.80%   -0.23%     
==========================================
  Files          35       35              
  Lines        2422     2373      -49     
==========================================
- Hits         2108     2060      -48     
+ Misses        314      313       -1     
Impacted Files Coverage Δ
src/iterations/solvers/Krylov_utils.jl 96.72% <100.00%> (-0.56%) :arrow_down:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update aba4c22...b5c1ee3. Read the comment docs.

geoffroyleconte commented 2 years ago

Thank you!