Skip to content

Commit bcc966a

Browse files
author
phymeso
committed
remove broken validators
1 parent 0a2593c commit bcc966a

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

exopy_hqc_legacy/tasks/tasks/instr/run_awg.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,9 @@ class RunAWGTask(InstrumentTask):
2222
2323
"""
2424
#: Switch to choose the AWG run mode: on or off
25-
switch = Str('Off').tag(pref=True, feval=validators.SkipLoop())
25+
switch = Str('Off').tag(pref=True)
2626

27-
delay = Float(0).tag(pref=True,
28-
feval=validators.SkipLoop(types=numbers.Real))
27+
delay = Float(0).tag(pref=True)
2928

3029
database_entries = set_default({'output': 0})
3130

0 commit comments

Comments
 (0)