From 987fc1912354557dcd0884f19cebcec82e859d82 Mon Sep 17 00:00:00 2001 From: Alexandre Gobbo Date: Tue, 11 Feb 2020 10:54:03 +0100 Subject: [PATCH] Closedown --- script/test/TestHist.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/test/TestHist.py b/script/test/TestHist.py index fac5d54..4fb3491 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.6]) \ No newline at end of file +hyst_cont(cv, -0.1, 0.0, 0.2, [842.6, 842.7]) \ No newline at end of file