Salome HOME
updated copyright message
[modules/shaper.git] / src / SketchPlugin / Test / Test1966.py
index 905c9e576d7c9feadb21c4a1293a569cc2022f43..aed3c15d7d99aa2a8322f5090006fd79f146468f 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2014-2021  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