-
Notifications
You must be signed in to change notification settings - Fork 21
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
942 compact capacity #1004
base: main
Are you sure you want to change the base?
942 compact capacity #1004
Conversation
abelsiqueira
commented
Jan 22, 2025
- [WIP] Replace accumulated_units_compact_method in src/constraints/capacity.jl
- [WIP] Don't use old profile in first expression of src/constraints/capacity.jl
- [WIP] Nothing makes sense
Benchmark ResultsBenchmark in progress... |
fce2fe1
to
58236c5
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1004 +/- ##
==========================================
+ Coverage 95.22% 95.25% +0.03%
==========================================
Files 29 29
Lines 1151 1159 +8
==========================================
+ Hits 1096 1104 +8
Misses 55 55 ☔ View full report in Codecov by Sentry. |
AND asset_milestone.milestone_year = expr_acc.milestone_year | ||
GROUP BY | ||
asset_milestone.asset, | ||
asset_milestone.milestone_year |
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.
WHERE asset.type = 'storage'
(row, acc_export_unit, acc_import_unit) in zip( | ||
eachrow(expr_accumulated_flow_units.indices), | ||
expr_accumulated_flow_units.expressions[:export], | ||
expr_accumulated_flow_units.expressions[:import], | ||
) |
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.
Also filter for row.investable = flow_milestone.investable
to match previous behaviour. @gnawin will check if that is still the case or has to be modified
5033890
to
cafe367
Compare