Salome HOME
Increase test comparaison value for MG 2.15 on Windows cbr/new_mg_license_215
authorChristophe Bourcier <christophe.bourcier@cea.fr>
Tue, 14 Mar 2023 13:43:02 +0000 (14:43 +0100)
committerChristophe Bourcier <christophe.bourcier@cea.fr>
Tue, 14 Mar 2023 13:43:02 +0000 (14:43 +0100)
tests/quadrangles_gradation.py

index 6b2ae60ecf5d3b2be4b82b147f68d80c4f71dc68..9cb14becfbf94224e303f011703d6f5f21973fc7 100644 (file)
@@ -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")