Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add restart test for standard network #5734

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions restartTests.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,15 @@ add_test_compare_restarted_simulation(CASENAME network_01_restart
DIR network
TEST_ARGS --enable-tuning=true --local-well-solve-control-switching=true)

add_test_compare_restarted_simulation(CASENAME network_01_standard_restart
FILENAME NETWORK-01_STANDARD
SIMULATOR flow
ABS_TOL ${abs_tol_restart}
REL_TOL ${rel_tol_restart}
RESTART_STEP 4
DIR network
TEST_ARGS --solver-max-time-step-in-days=2.0)

add_test_compare_restarted_simulation(CASENAME network_01_reroute_restart
FILENAME NETWORK-01-REROUTE-RESTART
SIMULATOR flow
Expand Down