lanl-ansi / WaterModels.jl

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

DOC: Update quick start documentation to be accurate. FIX: Explicitly separate design pipes from non-design pipes. #104

Closed tasseff closed 4 years ago

codecov[bot] commented 4 years ago

Codecov Report

Merging #104 into master will increase coverage by 0.23%. The diff coverage is 88.88%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #104      +/-   ##
==========================================
+ Coverage   84.71%   84.94%   +0.23%     
==========================================
  Files          24       24              
  Lines        2106     2106              
==========================================
+ Hits         1784     1789       +5     
+ Misses        322      317       -5     
Impacted Files Coverage Δ
src/core/data.jl 43.35% <0.00%> (ø)
src/prob/des.jl 73.33% <58.33%> (-11.86%) :arrow_down:
src/form/directed_flow.jl 96.58% <89.58%> (+5.42%) :arrow_up:
src/core/base.jl 74.28% <100.00%> (-2.64%) :arrow_down:
src/core/constraint.jl 100.00% <100.00%> (ø)
src/core/constraint_template.jl 94.57% <100.00%> (+0.27%) :arrow_up:
src/core/objective.jl 100.00% <100.00%> (ø)
src/core/ref.jl 91.52% <100.00%> (ø)
src/core/variable.jl 88.67% <100.00%> (ø)
src/form/micp.jl 97.53% <100.00%> (ø)
... and 4 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 86d796b...4beefac. Read the comment docs.