Salome HOME
[PythonAPI] added vertical and horizontal constraints
[modules/shaper.git] / src / PythonAPI / Test / TestSketcher.py
index 0f62e7affd698277b5037549dd770c0833bbdcd4..b48337b2c4831d80c83e5ba919438a8c9d9089d1 100644 (file)
@@ -1,6 +1,9 @@
 import unittest
 import model
 
+# Delta value for almost equal comparisons
+DELTA = 1e-10
+
 class SketcherTestCase(unittest.TestCase):
     def setUp(self):
         model.begin()