]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/SketchPlugin/Test/Test1967.py
Salome HOME
Test1967: Update tolerance ratio for moving vs creating.
[modules/shaper.git] / src / SketchPlugin / Test / Test1967.py
index fd8ad5a55bdf9586a5336982f083f9e5ff8b2f13..57570aeadfdd0d8d0d08025628a40f9e7d1a9398 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
@@ -27,7 +27,7 @@ from timeit import default_timer as timer
 import math
 
 # convenient ratio of time moving point to time creating sketch
-MOVE_BUILD_RATIO = 0.1
+MOVE_BUILD_RATIO = 0.2
 # tolerance for comparison of reals
 TOLERANCE = 1.e-7