or-fusion / pao

A Python Package for Adversarial Optimization
Other
17 stars 15 forks source link

Updates to PCCG and related tests #52

Closed whart222 closed 3 years ago

whart222 commented 3 years ago
codecov-io commented 3 years ago

Codecov Report

Merging #52 (308353f) into master (e8408d2) will increase coverage by 8.85%. The diff coverage is 80.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #52      +/-   ##
==========================================
+ Coverage   60.50%   69.35%   +8.85%     
==========================================
  Files          55       55              
  Lines        3995     4010      +15     
==========================================
+ Hits         2417     2781     +364     
+ Misses       1578     1229     -349     
Impacted Files Coverage Δ
pao/bilevel/examples/sip_example1.py 2.64% <0.00%> (ø)
pao/bilevel/examples/toyexample3.py 100.00% <ø> (+81.25%) :arrow_up:
pao/bilevel/solvers/lbp_solvers.py 100.00% <ø> (+5.71%) :arrow_up:
pao/lbp/solvers/pccg_solver.py 94.66% <78.94%> (+89.82%) :arrow_up:
pao/bilevel/solver.py 93.33% <100.00%> (+0.22%) :arrow_up:
pao/lbp/solvers/pccg.py 100.00% <100.00%> (+39.53%) :arrow_up:
pao/bilevel/convert.py 98.00% <0.00%> (+1.59%) :arrow_up:
pao/lbp/soln_manager.py 90.00% <0.00%> (+6.66%) :arrow_up:
... and 7 more

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 e8408d2...308353f. Read the comment docs.