From 41a28c0ea67cd77ea0b72da803d1e333e5bb16fa Mon Sep 17 00:00:00 2001 From: Artem Zhidkov Date: Sun, 19 Apr 2020 19:35:58 +0300 Subject: [PATCH] Fix number of significant digits for the volume of coronavirus.py --- test.models/coronavirus.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.30.2