lanl-ansi / GasModels.jl

A Julia/JuMP Package for Gas Network Optimization
https://lanl-ansi.github.io/GasModels.jl/latest/
Other
65 stars 16 forks source link

Bidirectional compressor for Transient Model #236

Closed kaarthiksundar closed 2 years ago

kaarthiksundar commented 3 years ago

Adds bidirectional compressor support for transient

codecov[bot] commented 3 years ago

Codecov Report

Merging #236 (25d8403) into master (94b724e) will decrease coverage by 0.45%. The diff coverage is 38.70%.

:exclamation: Current head 25d8403 differs from pull request most recent head 4ecb7c9. Consider uploading reports for the commit 4ecb7c9 to get more accurate results Impacted file tree graph

@@            Coverage Diff             @@
##           master     #236      +/-   ##
==========================================
- Coverage   78.83%   78.38%   -0.46%     
==========================================
  Files          34       34              
  Lines        5041     5028      -13     
==========================================
- Hits         3974     3941      -33     
- Misses       1067     1087      +20     
Impacted Files Coverage Δ
src/core/constraint_transient.jl 66.07% <21.73%> (-11.96%) :arrow_down:
src/core/transient_variable.jl 92.37% <75.00%> (-0.36%) :arrow_down:
src/core/constraint_template_transient.jl 75.00% <100.00%> (+1.31%) :arrow_up:
src/form/lrdwp.jl 63.04% <0.00%> (-6.05%) :arrow_down:
src/form/lrwp.jl 55.33% <0.00%> (-1.72%) :arrow_down:
src/form/crdwp.jl 88.65% <0.00%> (-0.32%) :arrow_down:
src/io/gaslib.jl 83.38% <0.00%> (-0.31%) :arrow_down:
src/form/dwp.jl 90.80% <0.00%> (-0.31%) :arrow_down:
src/io/matgas.jl 67.90% <0.00%> (-0.17%) :arrow_down:
src/core/data.jl 79.97% <0.00%> (-0.10%) :arrow_down:
... and 3 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 94b724e...4ecb7c9. Read the comment docs.