Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
a-zakir committed Feb 24, 2025
1 parent 31881f0 commit 0666b99
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ Feature: 2.5 - Pure modeler simple studies, with no ports and no timeseries
Scenario: 2.5.1: One model with one load and two generators, one timestep
Given the study path is "modeler/epic2/us2.5/study_2.5.1"
When I run antares modeler
Then the modeler simulation succeeds
Then the simulation succeeds
And the objective value is 160
And the optimal value of variable node1.gen1_p_0 is 80
And the optimal value of variable node1.gen2_p_0 is 20

Scenario: 2.5.2: One model with one load and two generators (minP), three timesteps
Given the study path is "modeler/epic2/us2.5/study_2.5.2"
When I run antares modeler
Then the modeler simulation succeeds
Then the simulation succeeds
And the objective value is 810
And the optimal values of the variables are
| component | variable | timestep | value |
Expand All @@ -23,7 +23,7 @@ Feature: 2.5 - Pure modeler simple studies, with no ports and no timeseries
Scenario: 2.5.3: Two libs, one timestep
Given the study path is "modeler/epic2/us2.5/study_2.5.3"
When I run antares modeler
Then the modeler simulation succeeds
Then the simulation succeeds
And the objective value is 15600
And the optimal values of the variables are
| component | variable | timestep | value |
Expand All @@ -37,7 +37,7 @@ Feature: 2.5 - Pure modeler simple studies, with no ports and no timeseries
Scenario: 2.5.4: Test with integer variable
Given the study path is "modeler/epic2/us2.5/study_2.5.4"
When I run antares modeler
Then the modeler simulation succeeds
Then the simulation succeeds
And the objective value is 540
And the optimal value of variable node1.gen_total_p_0 is 1000
And the optimal value of variable node1.gen_n_on_0 is 4

0 comments on commit 0666b99

Please sign in to comment.