Salome HOME
updated copyright message
[modules/med.git] / src / MEDCalc / test / tui / scalar_map.py
index 343aa051d18e217c40bb3081a11e00fce9654d70..bc373026721022b6fe707e397463deb2760e4d27 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2016  CEA/DEN, EDF R&D
+# Copyright (C) 2016-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
@@ -31,6 +31,6 @@ datafile = os.path.join(GetMEDFileDirTUI(), "smooth_surface_and_field.med")
 source_id = medcalc.LoadDataSource(datafile)
 
 presentation_id = medcalc.MakeScalarMap(accessField(0), MEDCALC.VIEW_MODE_REPLACE, colorMap=MEDCALC.COLOR_MAP_BLUE_TO_RED_RAINBOW)
-sleep(2)
+sleep(1)
 medcalc.RemovePresentation(presentation_id)
-sleep(2)
+sleep(1)