From 5eb9ea61de27369e766ed64807a16c43ae5eaf49 Mon Sep 17 00:00:00 2001 From: akl Date: Wed, 20 Feb 2013 14:11:45 +0000 Subject: [PATCH] Fix example test scripts --- doc/salome/examples/repairing_operations_ex09.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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") -- 2.39.2