mirror of
https://github.com/OPM/opm-simulators.git
synced 2024-11-22 09:16:27 -06:00
set relaxed tolerance for polymer case to avoid failure
This commit is contained in:
parent
3c8ac1fd74
commit
c546d7fc30
@ -299,7 +299,7 @@ add_test_compareECLFiles(CASENAME polymer_simple2D
|
||||
SIMULATOR flow
|
||||
ABS_TOL ${abs_tol}
|
||||
REL_TOL ${coarse_rel_tol}
|
||||
TEST_ARGS --tolerance-mb=1.e-7)
|
||||
TEST_ARGS --tolerance-mb=1.e-7 --tolerance-mb-relaxed=1.e-7)
|
||||
|
||||
add_test_compareECLFiles(CASENAME spe5
|
||||
FILENAME SPE5CASE1
|
||||
|
Loading…
Reference in New Issue
Block a user