Salome HOME
fixed bos#38593 - middle point was incorrectly loaded
[modules/shaper.git] / test.hdfs / roselend.py
index 875d48f4313f8b5fbda096ee7689d698b145a765..5a1ab3f898506e8a2e4409e7beac7335fb40b910 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2014-2019  CEA/DEN, EDF R&D
+# Copyright (C) 2014-2023  CEA, EDF
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
@@ -23,6 +23,6 @@ if __name__ == "__main__":
   model.testNbSubResults(aPartFeature, [0])
   model.testNbSubShapes(aPartFeature, GeomAPI_Shape.SOLID, [32])
   model.testNbSubShapes(aPartFeature, GeomAPI_Shape.FACE, [875])
-  model.testNbSubShapes(aPartFeature, GeomAPI_Shape.EDGE, [4665])
-  model.testNbSubShapes(aPartFeature, GeomAPI_Shape.VERTEX, [9330])
-  model.testResultsVolumes(aPartFeature, [145241798.705457538])
+  model.testNbSubShapes(aPartFeature, GeomAPI_Shape.EDGE, [4659])
+  model.testNbSubShapes(aPartFeature, GeomAPI_Shape.VERTEX, [9318])
+  model.testResultsVolumes(aPartFeature, [145241798.70546785])