JuliaSmoothOptimizers / RipQP.jl

MIT License
29 stars 5 forks source link

Fix issue K2.5 and 5-args mul! #74

Closed geoffroyleconte closed 3 years ago

codecov[bot] commented 3 years ago

Codecov Report

Merging #74 (0fc1ba8) into main (362a7cd) will increase coverage by 0.24%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #74      +/-   ##
==========================================
+ Coverage   82.72%   82.97%   +0.24%     
==========================================
  Files          20       21       +1     
  Lines        1227     1245      +18     
==========================================
+ Hits         1015     1033      +18     
  Misses        212      212              
Impacted Files Coverage Δ
src/RipQP.jl 95.16% <ø> (ø)
src/data_initialization.jl 94.82% <100.00%> (+0.04%) :arrow_up:
src/iterations/iterations.jl 97.93% <100.00%> (+0.02%) :arrow_up:
src/iterations/solvers/K2Krylov.jl 95.45% <100.00%> (ø)
src/iterations/solvers/K2_5Krylov.jl 96.82% <100.00%> (ø)
src/iterations/solvers/Krylov_pad.jl 100.00% <100.00%> (ø)
src/types_definition.jl 94.59% <100.00%> (ø)
src/utils.jl 89.65% <100.00%> (+3.29%) :arrow_up:

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 8939285...0fc1ba8. Read the comment docs.