From: Artem Zhidkov Date: Sun, 19 Apr 2020 16:35:58 +0000 (+0300) Subject: Fix number of significant digits for the volume of coronavirus.py X-Git-Tag: V9_5_0b1~43 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=41a28c0ea67cd77ea0b72da803d1e333e5bb16fa;p=modules%2Fshaper.git Fix number of significant digits for the volume of coronavirus.py --- diff --git a/test.models/coronavirus.py b/test.models/coronavirus.py index 5bf4e97da..211d412b0 100644 --- a/test.models/coronavirus.py +++ b/test.models/coronavirus.py @@ -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)