AntaresSimulatorTeam / AntaREST

API REST and WebUI for Antares_Simulator
Apache License 2.0
12 stars 6 forks source link

Add step choice for xpansion launch #1106

Open pl-buiquang opened 2 years ago

pl-buiquang commented 2 years ago

According to the Antares Xpansion documentation, it is possible to specify the step.

webapp

In the study launch modal, we need a new select field to select the step value full, antares, problem_generation, benders, study_update, sensitivity, resume}.

backoffice

In the LauncherParametersDTO, add a new xpansion_step field to store this value.

The launching of xpansion must be changed to take into account this new parameter. The launching is done by a Shell script launchAntares.sh.

NOTE: this Shell script should be re-factorized using a Python script (Python 3.8.3 is available on CALIN).

create-issue-branch[bot] commented 1 year ago

Branch feature_issue-1106-Add_step_choice_for_xpansion_launch created!