From df34052e8d4e37b75e6c0817e67b6873b21bd916 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Chi-Tu=C3=A2n=20Pham?= <chi-tuan.pham@edf.fr> Date: Tue, 7 Jan 2025 10:28:07 +0100 Subject: [PATCH] [VnV][telemac3d] Light relax of epsilon for gaia.intel.dyn (vent example) --- examples/telemac3d/vent/vnv_vent.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/telemac3d/vent/vnv_vent.py b/examples/telemac3d/vent/vnv_vent.py index ed45ba6ca0..3b4d5c0f72 100644 --- a/examples/telemac3d/vent/vnv_vent.py +++ b/examples/telemac3d/vent/vnv_vent.py @@ -55,17 +55,17 @@ class VnvStudy(AbstractVnvStudy): # Comparison with the last time frame of the reference file. self.check_epsilons('vnv_1:T3DRES', 'f3d_vent.slf', - eps=[1.E-11]) + eps=[1.E-10]) # Comparison with the last time frame of the reference file. self.check_epsilons('vnv_2:T3DRES', 'f3d_vent.slf', - eps=[1.E-11]) + eps=[1.E-10]) # Comparison between sequential and parallel run. self.check_epsilons('vnv_1:T3DRES', 'vnv_2:T3DRES', - eps=[1.E-11]) + eps=[1.E-10]) def _post(self): -- GitLab