Salome HOME
Increase volume test tolerance V8_5_0a1
authorChristophe Bourcier <christophe.bourcier@cea.fr>
Fri, 23 Feb 2018 08:39:12 +0000 (09:39 +0100)
committerChristophe Bourcier <christophe.bourcier@cea.fr>
Fri, 23 Feb 2018 08:39:12 +0000 (09:39 +0100)
tests/layers_imprinting.py

index d95d23f0acae6683de9efd212845aec420fcec21..bb198496ac62bfa86b10c58e5accd449d1bf0fdb 100644 (file)
@@ -111,7 +111,7 @@ shape_volume = geompy.BasicProperties(piquage)[2]
 # Compare whole mesh volume
 volume_error_1 = abs(shape_volume-Mesh_1.GetVolume())/shape_volume
 
-assert volume_error_1 < 0.015
+assert volume_error_1 < 0.02
 
 # Viscous layers with imprinting
 # ==============================