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

We should take care of remaining review remarks on closed PR #1219

refactoring
Prio: Low

Note * 8760=24*365 * 8736=24*364

question

See **src/solver/simulation/timeseries-numbers.cpp** Also, don't pass `time_series_writer` to function `StoreTimeSeriesNumbersIntoOuput` if possible (@JasonMarechal25 mentions dependency injection)

code quality
Prio: Low

`Application::onLogMessage` If an error occurs during the study load, the app exits (or not). This behavior is hidden from the developer. We need to de-couple error management & logging.

code quality
Prio: Medium

We should replace the use of plain enums with enum classes. Also, enum type should be used everywhere it's relevant instead of plain `int`, see methods such as: https://github.com/AntaresSimulatorTeam/Antares_Simulator/blob/96832a3a7f75534b5cb68ab7f62421a729acfb51/src/solver/variable/surveyresults/surveyresults.h#L86 **Edit**...

code quality
Prio: Low

**Description** execution_info.ini file should contain simulation.start and simulation.end info (that are in generaldata.ini) as there are important to predict how long the study will take. It should belong to the...

enhancement
Prio: Low

See #669, #645 ``` *** No errors detected ==180016== ==180016== HEAP SUMMARY: ==180016== in use at exit: 14,325,551 bytes in 1,484 blocks ==180016== total heap usage: 415,668 allocs, 414,184 frees,...

bug
Prio: Low