-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Upgrade rao parameters version to 3.0
Signed-off-by: Pauline Jean-Marie <[email protected]>
- Loading branch information
Pauline Jean-Marie
committed
Jan 17, 2025
1 parent
9d6d32a
commit 0058ddc
Showing
128 changed files
with
128 additions
and
128 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
ra-optimisation/rao-api/src/test/resources/RaoParametersError_v2.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
{ | ||
"version" : "2.5", | ||
"version" : "3.0", | ||
"unknownField" : "abcd" | ||
} |
2 changes: 1 addition & 1 deletion
2
ra-optimisation/rao-api/src/test/resources/RaoParametersSet_v2.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"version" : "2.5", | ||
"version" : "3.0", | ||
"objective-function" : { | ||
"type" : "MAX_MIN_MARGIN", | ||
"unit" : "A", | ||
|
2 changes: 1 addition & 1 deletion
2
ra-optimisation/rao-api/src/test/resources/RaoParametersWithExtension_v2.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"version" : "2.5", | ||
"version" : "3.0", | ||
"objective-function" : { | ||
"type" : "SECURE_FLOW", | ||
"unit" : "MW", | ||
|
2 changes: 1 addition & 1 deletion
2
ra-optimisation/rao-api/src/test/resources/RaoParametersWithLoopFlowError_v2.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"version" : "2.5", | ||
"version" : "3.0", | ||
"objective-function" : { | ||
"type" : "SECURE_FLOW", | ||
"unit" : "MW" | ||
|
2 changes: 1 addition & 1 deletion
2
ra-optimisation/rao-api/src/test/resources/RaoParametersWithObjFuncTypeError_v2.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"version" : "2.5", | ||
"version" : "3.0", | ||
"objective-function" : { | ||
"type" : "WRONG" | ||
}, | ||
|
2 changes: 1 addition & 1 deletion
2
ra-optimisation/rao-api/src/test/resources/RaoParametersWithPrevStopCriterionError_v2.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"version" : "2.5", | ||
"version" : "3.0", | ||
"objective-function" : { | ||
"type" : "MAX_MIN_MARGIN", | ||
"unit" : "MW" | ||
|
2 changes: 1 addition & 1 deletion
2
ra-optimisation/rao-api/src/test/resources/RaoParametersWithWrongField_v2.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"version" : "2.5", | ||
"version" : "3.0", | ||
"objective-function" : { | ||
"type" : "SECURE_FLOW", | ||
"unit" : "MW" | ||
|
2 changes: 1 addition & 1 deletion
2
ra-optimisation/rao-api/src/test/resources/RaoParameters_config_withExtensions.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"version" : "2.5", | ||
"version" : "3.0", | ||
"objective-function" : { | ||
"type" : "MAX_MIN_MARGIN", | ||
"unit" : "A", | ||
|
2 changes: 1 addition & 1 deletion
2
ra-optimisation/rao-api/src/test/resources/RaoParameters_config_withOLFParams.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"version" : "2.5", | ||
"version" : "3.0", | ||
"objective-function" : { | ||
"type" : "SECURE_FLOW", | ||
"unit" : "MW", | ||
|
2 changes: 1 addition & 1 deletion
2
ra-optimisation/rao-api/src/test/resources/RaoParameters_config_withPartialExtensions.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"version" : "2.5", | ||
"version" : "3.0", | ||
"objective-function" : { | ||
"type" : "MAX_MIN_MARGIN", | ||
"unit" : "MW", | ||
|
2 changes: 1 addition & 1 deletion
2
ra-optimisation/rao-api/src/test/resources/RaoParameters_config_withoutExtensions.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"version" : "2.5", | ||
"version" : "3.0", | ||
"objective-function" : { | ||
"type" : "MAX_MIN_MARGIN", | ||
"unit" : "A", | ||
|
2 changes: 1 addition & 1 deletion
2
ra-optimisation/rao-api/src/test/resources/RaoParameters_default_v2.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"version" : "2.5", | ||
"version" : "3.0", | ||
"objective-function" : { | ||
"type" : "SECURE_FLOW", | ||
"unit" : "MW" | ||
|
2 changes: 1 addition & 1 deletion
2
ra-optimisation/rao-api/src/test/resources/RaoParameters_update_v2.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"version" : "2.5", | ||
"version" : "3.0", | ||
"objective-function" : { | ||
"type" : "MAX_MIN_MARGIN", | ||
"unit" : "MW", | ||
|
2 changes: 1 addition & 1 deletion
2
ra-optimisation/rao-api/src/test/resources/RaoParameters_v2.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"version" : "2.5", | ||
"version" : "3.0", | ||
"objective-function" : { | ||
"type" : "SECURE_FLOW", | ||
"unit" : "MW", | ||
|
2 changes: 1 addition & 1 deletion
2
ra-optimisation/search-tree-rao/src/test/resources/parameters/RaoParameters_2P_v2.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"version" : "2.5", | ||
"version" : "3.0", | ||
"objective-function" : { | ||
"type" : "MAX_MIN_MARGIN", | ||
"unit" : "A", | ||
|
2 changes: 1 addition & 1 deletion
2
ra-optimisation/search-tree-rao/src/test/resources/parameters/RaoParameters_DC.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"version" : "2.5", | ||
"version" : "3.0", | ||
"objective-function" : { | ||
"type" : "MAX_MIN_MARGIN", | ||
"unit" : "MW", | ||
|
2 changes: 1 addition & 1 deletion
2
...misation/search-tree-rao/src/test/resources/parameters/RaoParameters_dc_minObjective.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"version" : "2.5", | ||
"version" : "3.0", | ||
"objective-function" : { | ||
"type" : "MIN_COST", | ||
"unit" : "MW", | ||
|
2 changes: 1 addition & 1 deletion
2
...misation/search-tree-rao/src/test/resources/parameters/RaoParameters_oneIteration_v2.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"version" : "2.5", | ||
"version" : "3.0", | ||
"objective-function" : { | ||
"type" : "MAX_MIN_MARGIN", | ||
"unit" : "A", | ||
|
2 changes: 1 addition & 1 deletion
2
ra-optimisation/search-tree-rao/src/test/resources/parameters/RaoParameters_secure.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"version" : "2.5", | ||
"version" : "3.0", | ||
"objective-function" : { | ||
"type" : "SECURE_FLOW", | ||
"unit" : "MW" | ||
|
2 changes: 1 addition & 1 deletion
2
tests/src/test/resources/files/configurations/common/RaoParameters_default.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"version" : "2.5", | ||
"version" : "3.0", | ||
"objective-function" : { | ||
"type" : "SECURE_FLOW", | ||
"unit" : "MW" | ||
|
2 changes: 1 addition & 1 deletion
2
tests/src/test/resources/files/configurations/common/RaoParameters_maxMargin_ampere.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"version" : "2.5", | ||
"version" : "3.0", | ||
"objective-function" : { | ||
"type" : "MAX_MIN_MARGIN", | ||
"unit" : "A", | ||
|
2 changes: 1 addition & 1 deletion
2
tests/src/test/resources/files/configurations/common/RaoParameters_maxMargin_ampere_mip.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"version" : "2.5", | ||
"version" : "3.0", | ||
"objective-function" : { | ||
"type" : "MAX_MIN_MARGIN", | ||
"unit" : "A", | ||
|
2 changes: 1 addition & 1 deletion
2
...st/resources/files/configurations/common/RaoParameters_maxMargin_ampere_withFallback.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"version" : "2.5", | ||
"version" : "3.0", | ||
"objective-function" : { | ||
"type" : "MAX_MIN_MARGIN", | ||
"unit" : "A", | ||
|
2 changes: 1 addition & 1 deletion
2
...s/src/test/resources/files/configurations/common/RaoParameters_maxMargin_megawatt_ac.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"version" : "2.5", | ||
"version" : "3.0", | ||
"objective-function" : { | ||
"type" : "MAX_MIN_MARGIN", | ||
"unit" : "MW", | ||
|
2 changes: 1 addition & 1 deletion
2
...s/src/test/resources/files/configurations/common/RaoParameters_maxMargin_megawatt_dc.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"version" : "2.5", | ||
"version" : "3.0", | ||
"objective-function" : { | ||
"type" : "MAX_MIN_MARGIN", | ||
"unit" : "MW", | ||
|
2 changes: 1 addition & 1 deletion
2
...ources/files/configurations/common/RaoParameters_maxMargin_megawatt_dc_withLoopFlows.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"version" : "2.5", | ||
"version" : "3.0", | ||
"objective-function" : { | ||
"type" : "MAX_MIN_MARGIN", | ||
"unit" : "MW", | ||
|
2 changes: 1 addition & 1 deletion
2
tests/src/test/resources/files/configurations/common/RaoParameters_posMargin_ampere.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"version" : "2.5", | ||
"version" : "3.0", | ||
"objective-function" : { | ||
"type" : "SECURE_FLOW", | ||
"unit" : "A" | ||
|
2 changes: 1 addition & 1 deletion
2
...st/resources/files/configurations/common/RaoParameters_posMargin_ampere_withFallback.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"version" : "2.5", | ||
"version" : "3.0", | ||
"objective-function" : { | ||
"type" : "SECURE_FLOW", | ||
"unit" : "A" | ||
|
2 changes: 1 addition & 1 deletion
2
...s/src/test/resources/files/configurations/common/RaoParameters_posMargin_megawatt_ac.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"version" : "2.5", | ||
"version" : "3.0", | ||
"objective-function" : { | ||
"type" : "SECURE_FLOW", | ||
"unit" : "MW" | ||
|
2 changes: 1 addition & 1 deletion
2
...s/src/test/resources/files/configurations/common/RaoParameters_posMargin_megawatt_dc.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"version" : "2.5", | ||
"version" : "3.0", | ||
"objective-function" : { | ||
"type" : "SECURE_FLOW", | ||
"unit" : "MW" | ||
|
2 changes: 1 addition & 1 deletion
2
tests/src/test/resources/files/configurations/common/RaoParameters_securityAnalysis.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"version" : "2.5", | ||
"version" : "3.0", | ||
"objective-function" : { | ||
"type" : "SECURE_FLOW", | ||
"unit" : "A" | ||
|
2 changes: 1 addition & 1 deletion
2
tests/src/test/resources/files/configurations/common/RaoParameters_simple_AC_loopflow.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"version" : "2.5", | ||
"version" : "3.0", | ||
"objective-function" : { | ||
"type" : "SECURE_FLOW", | ||
"unit" : "MW" | ||
|
2 changes: 1 addition & 1 deletion
2
tests/src/test/resources/files/configurations/epic10/RaoParameters_relMargin_megawatt.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
tests/src/test/resources/files/configurations/epic10/conf_ep10us2case1.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
tests/src/test/resources/files/configurations/epic10/conf_ep10us2case2.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
tests/src/test/resources/files/configurations/epic10/conf_ep10us3case1.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
tests/src/test/resources/files/configurations/epic10/conf_ep10us4case1.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...sources/files/configurations/epic11/RaoParameters_maxMargin_megawatt_ac_mnecDimin180.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"version" : "2.5", | ||
"version" : "3.0", | ||
"objective-function" : { | ||
"type" : "MAX_MIN_MARGIN", | ||
"unit" : "MW", | ||
|
2 changes: 1 addition & 1 deletion
2
...esources/files/configurations/epic11/RaoParameters_maxMargin_megawatt_ac_mnecDimin20.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"version" : "2.5", | ||
"version" : "3.0", | ||
"objective-function" : { | ||
"type" : "MAX_MIN_MARGIN", | ||
"unit" : "MW", | ||
|
2 changes: 1 addition & 1 deletion
2
...sources/files/configurations/epic11/RaoParameters_posMargin_ampere_mnecDiminMinusInf.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"version" : "2.5", | ||
"version" : "3.0", | ||
"objective-function" : { | ||
"type" : "SECURE_FLOW", | ||
"unit" : "A" | ||
|
2 changes: 1 addition & 1 deletion
2
tests/src/test/resources/files/configurations/epic12/raoParametersSweIDCC_minObjective.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"version" : "2.5", | ||
"version" : "3.0", | ||
"objective-function" : { | ||
"type" : "MAX_MIN_MARGIN", | ||
"unit" : "A", | ||
|
2 changes: 1 addition & 1 deletion
2
...st/resources/files/configurations/epic12/raoParametersSweIDCC_minObjectiveDisabled2P.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"version" : "2.5", | ||
"version" : "3.0", | ||
"objective-function" : { | ||
"type" : "MAX_MIN_MARGIN", | ||
"unit" : "A", | ||
|
2 changes: 1 addition & 1 deletion
2
.../resources/files/configurations/epic12/raoParametersSweIDCC_minObjectiveWithGlobal2P.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"version" : "2.5", | ||
"version" : "3.0", | ||
"objective-function" : { | ||
"type" : "MAX_MIN_MARGIN", | ||
"unit" : "A", | ||
|
2 changes: 1 addition & 1 deletion
2
tests/src/test/resources/files/configurations/epic13/RaoParameters_13_6_11.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"version" : "2.5", | ||
"version" : "3.0", | ||
"objective-function" : { | ||
"type" : "MAX_MIN_MARGIN", | ||
"unit" : "MW", | ||
|
2 changes: 1 addition & 1 deletion
2
tests/src/test/resources/files/configurations/epic13/RaoParameters_13_6_2.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"version" : "2.5", | ||
"version" : "3.0", | ||
"objective-function" : { | ||
"type" : "MAX_MIN_MARGIN", | ||
"unit" : "MW", | ||
|
2 changes: 1 addition & 1 deletion
2
...st/resources/files/configurations/epic13/RaoParameters_best_preventive_by_300_secure.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"version" : "2.5", | ||
"version" : "3.0", | ||
"objective-function" : { | ||
"type" : "MAX_MIN_MARGIN", | ||
"unit" : "A", | ||
|
2 changes: 1 addition & 1 deletion
2
.../src/test/resources/files/configurations/epic13/RaoParameters_best_preventive_by_500.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"version" : "2.5", | ||
"version" : "3.0", | ||
"objective-function" : { | ||
"type" : "MAX_MIN_MARGIN", | ||
"unit" : "A", | ||
|
2 changes: 1 addition & 1 deletion
2
.../src/test/resources/files/configurations/epic13/RaoParameters_best_preventive_by_628.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"version" : "2.5", | ||
"version" : "3.0", | ||
"objective-function" : { | ||
"type" : "MAX_MIN_MARGIN", | ||
"unit" : "A", | ||
|
2 changes: 1 addition & 1 deletion
2
tests/src/test/resources/files/configurations/epic13/RaoParameters_ep13us6case8.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"version" : "2.5", | ||
"version" : "3.0", | ||
"objective-function" : { | ||
"type" : "MAX_MIN_MARGIN", | ||
"unit" : "MW", | ||
|
2 changes: 1 addition & 1 deletion
2
tests/src/test/resources/files/configurations/epic13/RaoParameters_ep13us7case6.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"version" : "2.5", | ||
"version" : "3.0", | ||
"objective-function" : { | ||
"type" : "MAX_MIN_MARGIN", | ||
"unit" : "MW", | ||
|
2 changes: 1 addition & 1 deletion
2
.../test/resources/files/configurations/epic13/RaoParameters_maxMargin_ampere_2p_global.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"version" : "2.5", | ||
"version" : "3.0", | ||
"objective-function" : { | ||
"type" : "MAX_MIN_MARGIN", | ||
"unit" : "A", | ||
|
2 changes: 1 addition & 1 deletion
2
...ources/files/configurations/epic13/RaoParameters_maxMargin_ampere_absolute_threshold.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"version" : "2.5", | ||
"version" : "3.0", | ||
"objective-function" : { | ||
"type" : "MAX_MIN_MARGIN", | ||
"unit" : "A", | ||
|
2 changes: 1 addition & 1 deletion
2
...ces/files/configurations/epic13/RaoParameters_maxMargin_ampere_absolute_threshold_12.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"version" : "2.5", | ||
"version" : "3.0", | ||
"objective-function" : { | ||
"type" : "MAX_MIN_MARGIN", | ||
"unit" : "A", | ||
|
Oops, something went wrong.