From: akl Date: Wed, 20 Feb 2013 14:11:45 +0000 (+0000) Subject: Fix example test scripts X-Git-Tag: V6_main_FINAL~24 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=5eb9ea61de27369e766ed64807a16c43ae5eaf49;p=modules%2Fgeom.git Fix example test scripts --- diff --git a/doc/salome/examples/repairing_operations_ex09.py b/doc/salome/examples/repairing_operations_ex09.py index 7bb548758..e94b1aa03 100644 --- a/doc/salome/examples/repairing_operations_ex09.py +++ b/doc/salome/examples/repairing_operations_ex09.py @@ -4,7 +4,7 @@ import geompy import salome gg = salome.ImportComponentGUI("GEOM") -# import initial topology +# import initial topology with bad tolerances (more than 1e-07) shape1 = geompy.ImportBREP("my_shape_1.brep") shape2 = geompy.ImportBREP("my_shape_2.brep")