From ccac111e4ff77d86a3a6107f63a3a46f5969bd7d Mon Sep 17 00:00:00 2001 From: gobbo_a Date: Wed, 20 Sep 2017 10:16:24 +0200 Subject: [PATCH] Script execution --- script/test/TestInvalid.py | 1 - 1 file changed, 1 deletion(-) diff --git a/script/test/TestInvalid.py b/script/test/TestInvalid.py index d2fd723..d313f0e 100644 --- a/script/test/TestInvalid.py +++ b/script/test/TestInvalid.py @@ -1,7 +1,6 @@ import ch.psi.pshell.epics.ChannelDouble as ChannelDouble - channel = ChannelDouble("test_inv", "SARUN15-UIND030:INVALID-PV", -1, True, InvalidValueAction.Nullify) avg = create_averager(channel, 5, interval = -1, name = "avg")