JuliaSmoothOptimizers / RipQP.jl

MIT License
29 stars 5 forks source link

Display nprod in log #83

Closed geoffroyleconte closed 3 years ago

codecov[bot] commented 3 years ago

Codecov Report

Merging #83 (62d2234) into main (d97329f) will increase coverage by 0.01%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #83      +/-   ##
==========================================
+ Coverage   83.34%   83.35%   +0.01%     
==========================================
  Files          21       21              
  Lines        1309     1310       +1     
==========================================
+ Hits         1091     1092       +1     
  Misses        218      218              
Impacted Files Coverage Δ
src/RipQP.jl 95.38% <ø> (ø)
src/iterations/iterations.jl 97.93% <ø> (ø)
src/iterations/solvers/Krylov_pad.jl 100.00% <ø> (ø)
src/utils.jl 82.92% <ø> (-0.41%) :arrow_down:
src/iterations/solvers/K2Krylov.jl 96.36% <100.00%> (+0.06%) :arrow_up:
src/iterations/solvers/K2LDL.jl 82.44% <100.00%> (ø)
src/iterations/solvers/K2_5Krylov.jl 95.94% <100.00%> (+0.05%) :arrow_up:
src/iterations/solvers/K2_5LDL.jl 72.86% <100.00%> (ø)

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 d97329f...62d2234. Read the comment docs.