From: Christophe Bourcier Date: Tue, 14 Mar 2023 13:43:02 +0000 (+0100) Subject: Increase test comparaison value for MG 2.15 on Windows X-Git-Tag: V9_11_0a1~1 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=refs%2Fheads%2Fcbr%2Fnew_mg_license_215;p=plugins%2Fblsurfplugin.git Increase test comparaison value for MG 2.15 on Windows --- diff --git a/tests/quadrangles_gradation.py b/tests/quadrangles_gradation.py index 6b2ae60..9cb14be 100644 --- a/tests/quadrangles_gradation.py +++ b/tests/quadrangles_gradation.py @@ -83,7 +83,7 @@ isDone = Mesh_1.Compute() min_1, max_1 = Mesh_1.GetMinMax(SMESH.FT_Area) # Check that min and max areas are not too far -assert max_1/min_1 < 6 +assert max_1/min_1 < 7 # Second mesh with anisotropy (which disable gradation) Mesh_2 = smesh.Mesh(Fuse_1, "Mesh_2")