Skip to content

Commit

Permalink
temporarily disable objective_check
Browse files Browse the repository at this point in the history
  • Loading branch information
fneum committed Jan 24, 2025
1 parent 94d87e6 commit 5b51cf9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion config/test/config.electricity.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ solving:
options: highs-default

check_objective:
enable: true
enable: false
expected_value: 3.8120188094e+07

plotting:
Expand Down
2 changes: 1 addition & 1 deletion config/test/config.overnight.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ solving:
mem: 4000

check_objective:
enable: true
enable: false
expected_value: 7.0847670388e+08

plotting:
Expand Down
2 changes: 1 addition & 1 deletion config/test/config.perfect.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ solving:
mem: 4000

check_objective:
enable: true
enable: false
expected_value: 1.4427662256e+10

plotting:
Expand Down

0 comments on commit 5b51cf9

Please sign in to comment.