We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cd1431b + 6ff2496 commit 07225b1Copy full SHA for 07225b1
integtest/trmonrequestor_test.py
@@ -75,8 +75,6 @@
75
updates={
76
"trigger_rate_hz": trigger_rate,
77
"candidate_backshift_ts": 0,
78
- "candidate_window_before_ts": readout_window_time_before,
79
- "candidate_window_after_ts": readout_window_time_after
80
},
81
)
82
conf_dict.config_substitutions.append(substitution)
@@ -103,7 +101,6 @@ def make_run_command_list(runnum):
103
101
for ii in range(run_count):
104
102
nanorc_command_list += make_run_command_list(100 + ii)
105
nanorc_command_list += " scrap terminate".split()
106
-print(f"nanorc_command_list is {nanorc_command_list}")
107
108
# The tests themselves
109
def test_nanorc_success(run_nanorc):
0 commit comments