Salome HOME
updated copyright message
[modules/shaper.git] / src / FeaturesPlugin / Test / Test19115.py
index f7942d8a536937110df2e85bb3d82f9aeca1199c..63a4a47cfcb88119829ddea342d2ea3f1e395a55 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2020  CEA/DEN, EDF R&D
+# Copyright (C) 2020-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
@@ -84,4 +84,4 @@ model.testResultsVolumes(Fuse_1, [0.78640233633346512398532])
 print("Elapsed time of Union: {}".format(tUnion))
 print("Elapsed time of Fuse: {}".format(tFuse))
 
-assert(tFuse <= tUnion * 1.35)
+assert(tFuse <= tUnion * 1.5)