-
Notifications
You must be signed in to change notification settings - Fork 25
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
Merge branch release/8.8.x into develop (changelog, version number) #1833
Conversation
…ing ST objects (#1807) - Add bool property `enabled` for each ST storage object - Whenever a ST storage is not `enabled`, remove it from computations relatively early (right after loading the data), using a similar mechanism as thermal & renewable clusters - Also fix list.ini files containing only the last ST storage object because of overwrite, add unit test case - Cherry-pick of "Remove sts container (#1804)" --------- Co-authored-by: Vincent Payet <[email protected]> Co-authored-by: payetvin <[email protected]>
Watermelon AI SummaryAI Summary deactivated by flomnes GitHub PRs
Antares_Simulator is an open repo and Watermelon will serve it for free. |
@@ -278,14 +278,16 @@ class STstorageCashFlowByCluster : public Variable::IVariable<STstorageCashFlowB | |||
const auto& shortTermStorage = results.data.area->shortTermStorage; | |||
|
|||
// Write the data for the current year | |||
for (uint clusterIndex = 0; clusterIndex < nbClusters_; ++clusterIndex) | |||
uint clusterIndex = 0; |
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.
clusterIndex
appears to be unused
Co-authored-by: abdoulbari zakir <[email protected]>
Quality Gate passedKudos, no new issues were introduced! 0 New issues |
Updated changelog, version number