From b155c1a8df6f7246c50e0290289dca2a321359f7 Mon Sep 17 00:00:00 2001 From: Alexandre Gobbo Date: Wed, 12 Feb 2020 10:11:43 +0100 Subject: [PATCH] Closedown --- config/variables.properties | 4 ++-- script/test/TestHist.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/config/variables.properties b/config/variables.properties index e0174a4..c536cde 100644 --- a/config/variables.properties +++ b/config/variables.properties @@ -1,2 +1,2 @@ -#Tue Feb 11 10:53:43 CET 2020 -FileSequentialNumber=285 +#Tue Feb 11 10:55:24 CET 2020 +FileSequentialNumber=289 diff --git a/script/test/TestHist.py b/script/test/TestHist.py index 4fb3491..0c280da 100644 --- a/script/test/TestHist.py +++ b/script/test/TestHist.py @@ -4,4 +4,4 @@ def hyst_cont(field, init_field, final_field, ramp_speed, energies): run("HystScan",{"FIELD":field, "START_FIELD":init_field, "END_FIELD":final_field, "ENERGIES":energies, "RAMP_RATE":ramp_speed, "ENERGY_CHANGE_SLEEP":0.5, "MODE":None, "OFFSET":None}) -hyst_cont(cv, -0.1, 0.0, 0.2, [842.6, 842.7]) \ No newline at end of file +hyst_cont(cv, -0.1, 0.0, 0.2, [842.6]) \ No newline at end of file