WISPO-POP / PowerPlots.jl

Functions plot PowerModels networks
BSD 3-Clause "New" or "Revised" License
22 stars 2 forks source link

Update PowerModelsGraph #68

Closed noahrhodes closed 3 years ago

noahrhodes commented 3 years ago

Change PMG struct, remove metadata, add correct maps between nodes/edges and components. (see proposal in #67)

Update layouts to correctly use the new type.

codecov-commenter commented 3 years ago

Codecov Report

Merging #68 (8de568a) into master (64ed8b8) will decrease coverage by 1.02%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #68      +/-   ##
==========================================
- Coverage   92.43%   91.41%   -1.03%     
==========================================
  Files          13       10       -3     
  Lines         370      326      -44     
==========================================
- Hits          342      298      -44     
  Misses         28       28              
Impacted Files Coverage Δ
src/core/types.jl 100.00% <100.00%> (ø)
src/layouts/common.jl 100.00% <100.00%> (ø)
src/layouts/layout_engines.jl 94.64% <100.00%> (-0.19%) :arrow_down:
src/core/configuration.jl 77.77% <0.00%> (-11.12%) :arrow_down:
src/core/utils.jl 88.46% <0.00%> (-5.48%) :arrow_down:
src/core/export.jl

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 64ed8b8...8de568a. Read the comment docs.

noahrhodes commented 3 years ago

Closes #67 and #63