lanl-ansi / WaterModels.jl

A Julia/JuMP Package for Water Distribution Network Optimization
https://lanl-ansi.github.io/WaterModels.jl/latest/
Other
73 stars 11 forks source link

add per_unit keyword with io #142

Closed jjstickel closed 2 years ago

jjstickel commented 2 years ago

This small change enables the network to be read in without setting the network to per_unit = true. It is useful for creating visualizations.

codecov[bot] commented 2 years ago

Codecov Report

Merging #142 (3f29c4e) into master (ac81eda) will increase coverage by 0.00%. The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #142   +/-   ##
=======================================
  Coverage   91.37%   91.37%           
=======================================
  Files          37       37           
  Lines        4058     4059    +1     
=======================================
+ Hits         3708     3709    +1     
  Misses        350      350           
Impacted Files Coverage Δ
src/io/common.jl 96.66% <100.00%> (+0.11%) :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 ac81eda...3f29c4e. Read the comment docs.