X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=test.models%2Fwheel_rim.py;h=fc845501783283bba4deec0c000f9748b4531b42;hb=74dab8d3f5baea0216f46e84e6f5af57df9f9a01;hp=9bc2cb9d11b7810a88bac558a19b5fc96ca3b37e;hpb=7074394f8f08413d885f63be01df6bd5007b868c;p=modules%2Fshaper.git diff --git a/test.models/wheel_rim.py b/test.models/wheel_rim.py index 9bc2cb9d1..fc8455017 100644 --- a/test.models/wheel_rim.py +++ b/test.models/wheel_rim.py @@ -264,6 +264,6 @@ model.testNbSubShapes(Boolean_1, GeomAPI_Shape.SOLID, [1]) model.testNbSubShapes(Boolean_1, GeomAPI_Shape.FACE, [35]) model.testNbSubShapes(Boolean_1, GeomAPI_Shape.EDGE, [162]) model.testNbSubShapes(Boolean_1, GeomAPI_Shape.VERTEX, [324]) -model.testResultsVolumes(Boolean_1, [2053931.913933836854994297027587891]) +model.testResultsVolumes(Boolean_1, [2053931.558882251149043440818786621]) assert(model.checkPythonDump())