From 241195acd95fbf0bce752be1ac6b4a19d7add670 Mon Sep 17 00:00:00 2001 From: Dmitri Naumov <dmitri.naumov@ufz.de> Date: Thu, 29 Sep 2016 17:14:26 +0200 Subject: [PATCH] [T] Relax tolerance for GWF time def. Dirichlet. Same as in previous Neumann test from 1e-15 to 1e-14. --- Applications/CLI/Tests.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Applications/CLI/Tests.cmake b/Applications/CLI/Tests.cmake index 2aa86a2873d..37d98f51d1f 100644 --- a/Applications/CLI/Tests.cmake +++ b/Applications/CLI/Tests.cmake @@ -178,7 +178,7 @@ if(NOT OGS_USE_MPI) EXECUTABLE_ARGS line_${mesh_size}_time_dep_dirichlet.prj WRAPPER time TESTER vtkdiff - ABSTOL 1e-15 RELTOL 1e-15 + ABSTOL 1e-14 RELTOL 1e-14 DIFF_DATA line_1_time_dep_dirichlet.vtu line_${mesh_size}_time_dep_dirichlet_pcs_0_ts_1_t_1.000000.vtu t_1s pressure line_1_time_dep_dirichlet.vtu line_${mesh_size}_time_dep_dirichlet_pcs_0_ts_5_t_5.000000.vtu t_5s pressure -- GitLab