From 777fd8156d9bc275e7946a0478d0cd3ffbcf36ef Mon Sep 17 00:00:00 2001 From: mpv Date: Tue, 3 Dec 2019 08:25:22 +0300 Subject: [PATCH] Fix for the re-usage of the path of pipe twice, now it is concealed due to the issue #18352. --- test.hdfs/roselend.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test.hdfs/roselend.py b/test.hdfs/roselend.py index 80755d187..6032634e2 100644 --- a/test.hdfs/roselend.py +++ b/test.hdfs/roselend.py @@ -25,4 +25,4 @@ if __name__ == "__main__": model.testNbSubShapes(aPartFeature, GeomAPI_Shape.FACE, [875]) model.testNbSubShapes(aPartFeature, GeomAPI_Shape.EDGE, [4659]) model.testNbSubShapes(aPartFeature, GeomAPI_Shape.VERTEX, [9318]) - model.testResultsVolumes(aPartFeature, [146125516.28660]) + model.testResultsVolumes(aPartFeature, [145241798.70546785]) -- 2.39.2