From e4225df6b7c5e3333b811c0475fe83afff0850c3 Mon Sep 17 00:00:00 2001 From: Kai Bao Date: Wed, 28 Aug 2024 15:10:00 +0200 Subject: [PATCH] adding --tolerance-cnv-relaxed for H2STORE regression so that the solution is converged and results in more stable regression checking. --- regressionTests.cmake | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/regressionTests.cmake b/regressionTests.cmake index 13cebb05e..6a5296701 100644 --- a/regressionTests.cmake +++ b/regressionTests.cmake @@ -689,35 +689,40 @@ add_test_compareECLFiles(CASENAME h2store SIMULATOR flow ABS_TOL ${abs_tol} REL_TOL ${rel_tol} - DIR h2store) + DIR h2store + TEST_ARGS --tolerance-cnv-relaxed=0.01) add_test_compareECLFiles(CASENAME h2store_gw FILENAME H2STORE_GW SIMULATOR flow ABS_TOL ${abs_tol} REL_TOL ${rel_tol} - DIR h2store) + DIR h2store + TEST_ARGS --tolerance-cnv-relaxed=0.01) add_test_compareECLFiles(CASENAME h2store_gaswat FILENAME H2STORE_GASWAT SIMULATOR flow ABS_TOL ${abs_tol} REL_TOL ${rel_tol} - DIR h2store) + DIR h2store + TEST_ARGS --tolerance-cnv-relaxed=0.01) add_test_compareECLFiles(CASENAME h2store_diffusive FILENAME H2STORE_DIFFUSIVE SIMULATOR flow ABS_TOL ${abs_tol} REL_TOL ${rel_tol} - DIR h2store) + DIR h2store + TEST_ARGS --tolerance-cnv-relaxed=0.01) add_test_compareECLFiles(CASENAME h2store_energy FILENAME H2STORE_ENERGY SIMULATOR flow ABS_TOL ${abs_tol} REL_TOL ${rel_tol} - DIR h2store) + DIR h2store + TEST_ARGS --tolerance-cnv-relaxed=0.01) if (opm-common_EMBEDDED_PYTHON) add_test_compareECLFiles(CASENAME udq_pyaction