Salome HOME
Fix number of significant digits for the volume of coronavirus.py
authorArtem Zhidkov <Artem.Zhidkov@opencascade.com>
Sun, 19 Apr 2020 16:35:58 +0000 (19:35 +0300)
committerArtem Zhidkov <Artem.Zhidkov@opencascade.com>
Sun, 19 Apr 2020 16:35:58 +0000 (19:35 +0300)
test.models/coronavirus.py

index 5bf4e97da54ffbe3e6900dc91b68bd3f1896f707..211d412b0ce4ece81ecf17ea9560ffcd5f01bf6b 100644 (file)
@@ -361,4 +361,4 @@ model.testNbResults(Part_1, 1)
 model.testNbSubResults(Part_1, [0])
 model.testNbSubShapes(Part_1, GeomAPI_Shape.SOLID, [1])
 #model.testNbSubShapes(Part_1, GeomAPI_Shape.FACE, [358])
-model.testResultsVolumes(Part_1, [1000.4175])
+model.testResultsVolumes(Part_1, [1000.4175], 5)