Reduce Timestep for Certain Sensitive Tests

This increases the cost of those tests, but in return we get
improved determinism and stability of the tests.
This commit is contained in:
Bård Skaflestad
2023-11-20 20:46:46 +01:00
parent b08bc029e6
commit 6f64388f1e
2 changed files with 8 additions and 5 deletions

View File

@@ -203,4 +203,4 @@ add_test_compare_parallel_simulation(CASENAME rxft
ABS_TOL ${abs_tol_parallel}
REL_TOL 1.0e-3
DIR rxft_smry
TEST_ARGS --linear-solver-reduction=1e-7 --tolerance-cnv=5e-6 --tolerance-mb=1e-8 --ecl-enable-drift-compensation=false)
TEST_ARGS --enable-tuning=true --linear-solver-reduction=1e-7 --tolerance-cnv=5e-6 --tolerance-mb=1e-8 --ecl-enable-drift-compensation=false)