guilpier-code
guilpier-code
What was done so far : - Removal of type **IO::File::Stream** - Splitting and refactoring ugly function **AnalyzeIniLine(...)** - Replacing few **Yuni::string** with **std::string** : - **IniFile::filename()** now returns an...
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...
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**. - [x] in class **FinalLevelInflowsModifier**, - try to reduce the number...
After reading this issue's presentation, you may see the more extensive discussion : #1557 Currently, the piece of code that sets the TS numbers (for all load / energy production...
We should take care of remaining review remarks on closed PR #1219
This PR intends to be a first work in order to remove the direct call of Sirius as a solver. We want to keep the use of Sirius, but only...
This PR intends to fix [gopro ticket 1155](https://gopro-tickets.rte-france.com/browse/ANT-1155). Note that : - Note a special branch **branch-v8.8.0** was created so that this PR can be based on it. It seems...
**Description of the bug** : When creating BC of type"both" with legacy GUI, saving this change causes a **misleading** error message : **"Cannot load time series of type other that...
At the top of the input reading, we have : ```C++ void Application::readDataForTheStudy( /*... */ ) { ... if (study.loadFromFolder(pSettings.studyFolder, options) && !study.gotFatalError) { logs.info()
This PR is a try to remove class **ParentNode** considered as useless in [this comment/discussion](https://github.com/AntaresSimulatorTeam/Antares_Simulator/pull/2290#discussion_r1715177876)