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

As said on title, Antares Simulator crashes : - For some studies (example : **Antares_Simulator_Tests_NR** : **short-tests/001 One node - passive**) - Compilation in debug mode - OS : Windows...

bug

**Context** : Many production means ara supplied with noises to avoid execution instability and force a choice between weekly optimization's equivalent solutions. In general, there's a noise a given year...

code quality

They are skipped, which is very dangerous.

bug
tests

This work just started... **Situation** : There are code duplications : - When running the simulation, functions we use to do it (**runSimulationInEconomicMode()** and **runSimulationInAdequacyMode()**) are very much the same,...

size/M

Type **SetsOfAreas** (see **study.h**) is used to print aggregated results for a group of areas. Its friend **SetsOfLinks** is defined but never used. We remove it and make subsequent simplifications...

size/XL

Functions - `height` - `width` - `reset` ``` /home/omnesflo/Antares_Simulator/src/libs/antares/study/include/antares/study/scenario-builder/hydroLevelsData.h:54:10: warning: 'reset' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] 54 | bool reset(const Study& study); | ^ /home/omnesflo/Antares_Simulator/src/libs/antares/study/include/antares/study/scenario-builder/scBuilderDataInterface.h:48:18:...

Mostly due to low-level Yuni code. ![image](https://github.com/user-attachments/assets/2ba41f08-1d4d-44ca-8307-71f1ecdf12b5) ![image](https://github.com/user-attachments/assets/ae2924ba-111b-4f5b-b961-b5ade237ba35)

code
build

Sometimes we have to use .hxx files to implement templates, so we have no choice. But sometimes it's not necessary, .hxx files are not associated to templates - src/libs/antares/study/include/antares/study/scenario-builder/rules.hxx -...

Dynamic allocations are considered vulnerabilities in our internal SonarCloud quality profile. - 230 matches on `= new` - 166 matches on `delete[]` - 152 matches on `delete` (a few false...

code quality
Prio: Medium