From: Christophe Bourcier Date: Fri, 28 Apr 2017 10:07:49 +0000 (+0200) Subject: Increase area tolerance test X-Git-Tag: V8_3_0rc4~1 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=refs%2Fheads%2Fcbr%2Fdisable_multithread_with_periodicity;p=plugins%2Fblsurfplugin.git Increase area tolerance test --- 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