Merge pull request #4156 from tskille/add_regtest_krnum

start regression testing for SPE1CASE2_KRNUM
This commit is contained in:
Bård Skaflestad 2022-10-12 10:39:11 +02:00 committed by GitHub
commit 0da2b6e558
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 0 deletions

View File

@ -1219,6 +1219,13 @@ add_test_compareECLFiles(CASENAME wvfpexp_02
REL_TOL ${rel_tol}
DIR wvfpexp)
add_test_compareECLFiles(CASENAME spe1case2_krnum
FILENAME SPE1CASE2_KRNUM
SIMULATOR flow
ABS_TOL ${abs_tol}
REL_TOL ${rel_tol}
DIR spe1)
# Restart tests
opm_set_test_driver(${PROJECT_SOURCE_DIR}/tests/run-restart-regressionTest.sh "")
# Cruder tolerances for the restarted tests

View File

@ -194,6 +194,7 @@ tests[bo_diffusion]="flow diffusion BO_DIFFUSE_CASE1"
tests[fpr_nonhc]="flow water-1ph WATER2F"
tests[actionx_wpimult]="flow actionx ACTIONX_WPIMULT"
tests[wvfpexp_02]="flow wvfpexp WVFPEXP-02"
tests[spe1case2_krnum]="flow spe1 SPE1CASE2_KRNUM"
changed_tests=""