GenXProject / GenX.jl

GenX: a configurable power system capacity expansion model for studying low-carbon energy futures. More details at : https://genx.mit.edu
https://genxproject.github.io/GenX.jl/
GNU General Public License v2.0
262 stars 105 forks source link

Added computation of cumulative minimum capacity retirements in multistage #631

Closed filippopecci closed 5 months ago

filippopecci commented 5 months ago

Fixed computation of cumulative minimum retirements in multistage code. Previously, minimum capacity retirement parameters were not added up and this resulted in the minimum retirement constraints enforcing wrong lower bounds

codecov-commenter commented 5 months ago

Codecov Report

Attention: 15 lines in your changes are missing coverage. Please review.

Comparison is base (fb865cb) 0.07% compared to head (6edebb4) 0.07%. Report is 3 commits behind head on main.

:exclamation: Current head 6edebb4 differs from pull request most recent head ef618ec. Consider uploading reports for the commit ef618ec to get more accurate results

Files Patch % Lines
src/multi_stage/endogenous_retirement.jl 0.00% 14 Missing :warning:
src/case_runners/case_runner.jl 0.00% 1 Missing :warning:

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #631 +/- ## ====================================== Coverage 0.07% 0.07% ====================================== Files 112 112 Lines 3938 3821 -117 ====================================== Hits 3 3 + Misses 3935 3818 -117 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.