From 734950955048e4d9d4753befbc2e98cc42e5f8b3 Mon Sep 17 00:00:00 2001 From: Christophe Bourcier Date: Fri, 28 Apr 2017 12:07:49 +0200 Subject: [PATCH] Increase area tolerance test --- tests/test_quadrangles_gradation.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_quadrangles_gradation.py b/tests/test_quadrangles_gradation.py index 2fd6f80..9a8f108 100644 --- a/tests/test_quadrangles_gradation.py +++ b/tests/test_quadrangles_gradation.py @@ -8,7 +8,7 @@ geompy = geomBuilder.New(salome.myStudy) import math -area_tolerance = 1e-2 +area_tolerance = 0.1 nb_faces_tolerance = 20 ## Return the min and max areas of a mesh -- 2.39.2