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

This helper class is clearly not an owner of the BC: we should provide it a reference instead of shared_ptr. (possibly for later work since it has not been done...

code quality
Prio: Low

**Context** When working on removal of `space` concept, we broke the thread safety in hydro management class, but this did not break any regression tests. Therefore, it seems that multi-threaded...

We should keep [this repo](https://github.com/AntaresSimulatorTeam/Antares_Simulator_Examples) updated with our studies concerning new/updated features like short term storage, binding constraints...

tests
Prio: Low

Not directly related to that PR but: Instead of using a shared_ptr, the best thing would be to clarify if this handler should have ownership of the study (I don't...

code quality
Prio: Low

the idea is to have a benchmark data file for each run in the format: `{ "name": "study time", "value": 888, "unit": "y" }, { "name": "distance", "value": 1, "unit":...

size/L

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...

enhancement
refactoring
Prio: Low

47s on my machine, with a single active process. ``` time /usr/lib/gcc/x86_64-linux-gnu/9/cc1plus -quiet -I /home/omnesflo/Antares_Simulator/src/ext/yuni/src -I /home/omnesflo/Antares_Simulator/src/libs -I /home/omnesflo/Antares_Simulator/src/libs/antares/logs -I /home/omnesflo/Antares_Simulator/src/solver/writer -imultiarch x86_64-linux-gnu -MD CMakeFiles/libantares-solver-main-economy.dir/economy.cpp.d -MF CMakeFiles/libantares-solver-main-economy.dir/economy.cpp.o.d -MT solver/main/CMakeFiles/libantares-solver-main-economy.dir/economy.cpp.o -D...

build
Prio: Low

It's not the responsibility of this class to push/store log messages, increase the progress bar.

cleaning
Prio: Low

About **initLinkArrays()** : This function does not do what its name announces. There is **Link** in the name but it's not about links only, but also clusters. Besides, the name...

code quality
Prio: Low