-
Notifications
You must be signed in to change notification settings - Fork 19
Change indices function in the fixed_om_costs function #1123
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
Change indices function in the fixed_om_costs function #1123
Conversation
@nnhjy I am putting back the indices of the function |
Thanks, @datejada! This reminds me of why As mentioned in #1117, using There needs a solution to cover both settings for a |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #1123 +/- ##
=======================================
Coverage 87.33% 87.33%
=======================================
Files 143 143
Lines 4137 4137
=======================================
Hits 3613 3613
Misses 524 524 ☔ View full report in Codecov by Sentry. |
@nnhjy great! Thanks for the quick reply. You have the full picture 😄 so, it would be much appreciated if you could look at it. Please let me know if I can help you with this. |
Using
units_invested_available_indices
in the functionfixed_om_costs
to avoid errors when using the representative periods feature.Fixes #1122
Checklist before merging