Skip to content

Commit

Permalink
update some parameters for cucumber tests
Browse files Browse the repository at this point in the history
Signed-off-by: Philippe Edwards <[email protected]>
  • Loading branch information
phiedw committed Jan 24, 2025
1 parent 92a68bc commit 05b5db1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
"objective-function" : {
"type" : "MIN_COST",
"unit" : "MW",
"curative-min-obj-improvement" : 10000.0,
"preventive-stop-criterion" : "MIN_OBJECTIVE"
"curative-min-obj-improvement" : 10000.0
},
"range-actions-optimization" : {
"max-mip-iterations" : 5,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
"objective-function" : {
"type" : "MIN_COST",
"unit" : "MW",
"curative-min-obj-improvement" : 10000.0,
"preventive-stop-criterion" : "MIN_OBJECTIVE"
"curative-min-obj-improvement" : 10000.0
},
"range-actions-optimization" : {
"max-mip-iterations" : 5,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
"objective-function" : {
"type" : "MIN_COST",
"unit" : "MW",
"curative-min-obj-improvement" : 0.0,
"preventive-stop-criterion" : "MIN_OBJECTIVE"
"curative-min-obj-improvement" : 0.0
},
"range-actions-optimization" : {
"max-mip-iterations" : 10,
Expand Down

0 comments on commit 05b5db1

Please sign in to comment.