From 89b8da369cdaf2f335412a33cba57863d3929270 Mon Sep 17 00:00:00 2001 From: Christophe Bourcier Date: Tue, 14 Mar 2023 14:43:02 +0100 Subject: [PATCH] Increase test comparaison value for MG 2.15 on Windows --- tests/quadrangles_gradation.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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") -- 2.39.2