Antares_Simulator icon indicating copy to clipboard operation
Antares_Simulator copied to clipboard

Antares-Simulator is an Open Source power system simulator to quantify the adequacy or the economic performance of interconnected energy systems, at short or remote time horizons.

Results 153 Antares_Simulator issues
Sort by recently updated
recently updated
newest added

check if error or print help _Originally posted by @a-zakir in https://github.com/AntaresSimulatorTeam/Antares_Simulator/pull/2056#discussion_r1579413954_

code quality
Prio: Low

A study containing duplicates should be considered invalid.

bug
Prio: Medium

> qu'on travaille dessus avec Antares Simulator et qu'on utilise le fonction Save (ou Save as), l'étude vient écrire un champ supplémentaire dans les fichiers list.ini des clusters de stockage...

Run an MC year in isolation would be useful in end-to-end and in memory tests. Currently, in order to have access to a specific year results, we are forced to...

code quality
Prio: Medium

See **src/libs/antares/study/parameters.cpp** ```cpp if (key == "simulation.start") { uint day; if (not value.to(day)) return false; if (day == 0) day = 1; else { if (day > 365) day =...

bug
Prio: Low

"Exception" group all the exceptions of the programme. The issue is that it currently depends on AreaName meaning that anything (i.e. benchmarking) that depends on it also depends on AreaName...

code quality
Prio: Low

Basically, we have structures whose member data is duplicated for multi-threading, and indexed by numSpace, the thread number. My advice would be to confine this `numSpace` variable to the highest...

code quality
Prio: High

Allow removal of "private" directory and follow guideline on Cmake project

code quality
Prio: Low