lanl-ansi / PowerModelsRestoration.jl

A PowerModels Extension for Optimization of Power Network Restoration
https://lanl-ansi.github.io/PowerModelsRestoration.jl/stable/
Other
22 stars 9 forks source link

run iterative_restoration now returns solution #34

Closed noahrhodes closed 4 years ago

noahrhodes commented 4 years ago

previously returned solution_iterative which did not include original input data in solution["data"]

codecov[bot] commented 4 years ago

Codecov Report

Merging #34 into master will increase coverage by 0.00%. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #34   +/-   ##
=======================================
  Coverage   92.82%   92.82%           
=======================================
  Files          22       22           
  Lines        1449     1450    +1     
=======================================
+ Hits         1345     1346    +1     
  Misses        104      104           

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 542a024...b6de86f. Read the comment docs.

ccoffrin commented 4 years ago

Should we add a test so that this issue does not return in my refactor?