-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix for scale_reservoirs #44
base: main
Are you sure you want to change the base?
Conversation
Updated keyword "sector" to "demand" to match documentation.
Fixed issue with marginal water value calculations if `rundata.scale_reservoirs` is not 1.
Fix for how contingent storage with modelled when `rundata.scale_reservoirs` is not 1.
Hmm. The test failures with |
See odow/SDDP.jl#662. I added it in the wrong place |
Should be fixed by JuliaRegistries/General#91019 |
Codecov Report
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. @@ Coverage Diff @@
## main #44 +/- ##
=======================================
Coverage 71.35% 71.35%
=======================================
Files 18 18
Lines 2126 2126
=======================================
Hits 1517 1517
Misses 609 609
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more 📢 Have feedback on the report? Share it here. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't understand what's going on exactly. We probably need some tests with scale factors that are not 1?
cc @adow031 happy with this? |
Fixes in a couple of places when using the scale_reservoirs option.