mirror of
https://github.com/OPM/opm-simulators.git
synced 2024-11-25 02:30:18 -06:00
Further slacken coarse test tolerance for the benefit of test 27.
This commit is contained in:
parent
66cbc30bf6
commit
597021084f
@ -112,7 +112,7 @@ opm_set_test_driver(${PROJECT_SOURCE_DIR}/tests/run-regressionTest.sh "")
|
||||
# Set absolute tolerance to be used passed to the macros in the following tests
|
||||
set(abs_tol 2e-2)
|
||||
set(rel_tol 1e-5)
|
||||
set(coarse_rel_tol 5e-3)
|
||||
set(coarse_rel_tol 1e-2)
|
||||
|
||||
foreach(SIM flow flow_ebos flow_legacy)
|
||||
add_test_compareECLFiles(CASENAME spe1
|
||||
|
Loading…
Reference in New Issue
Block a user