-
Notifications
You must be signed in to change notification settings - Fork 24
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
Hydro final lvl (CR 25) to merge in develop [ANT-1084] #1521
Conversation
CSR comments implementation update
Issue-66 update
Implement latest CSR comments
Quality Gate passedThe SonarCloud Quality Gate passed, but some issues were introduced. 20 New issues |
Quality Gate passedIssues Measures |
See comments to know more about this PR intentions. Furthermore, a study testing final levels can be found here below. Please read this study's user's notes for the test goals and how to fulfill them. [final-levels.zip](https://github.com/AntaresSimulatorTeam/Antares_Simulator/files/15126508/final-levels.zip)
…final-levels-cr25--try-fixes
Final reservoir level not applicable should be a warning, not an info |
src/libs/antares/study/include/antares/study/scenario-builder/rules.h
Outdated
Show resolved
Hide resolved
Recall : **Hydro allocation** is done at the beginning of each MC year, and ends with a quantity of hydro energy for each day of the year. These daily quantities are to be used as daily hydro generations in the optimization problem. The **hydro debug** functionality allows to print (if asked by user) on disk a **report** about **hydro allocation results**. This hydro allocation report is broken (a crash comes up). It was broken since January 2023 (a commit can be supplied if needed). This PR to fix this crash.
Quality Gate failedFailed conditions See analysis details on SonarCloud Catch issues before they fail your Quality Gate with our IDE extension SonarLint |
This PR attempts some code enhancements on branch feature/final-reservoir-level-cr25.
Therefore, this PR's associated branch (fix/hydro-final-levels-cr25--try-fixes) is based on feature/final-reservoir-level-cr25.
For any purpose, here are doc resources :
CAUTION :
Some cleaning and corrections were introduced in a new pull request (see this PR).
This new PR was merged into this one.
This PR contains a test under the form of a study.
This study should be downloaded and added to the right test repo.
Left to to