Skip to content

Commit 07225b1

Browse files
authored
Merge pull request #480 from DUNE-DAQ/kbiery/trmon_test_fix
removed problematic candidate_window config updates in the trmonrequestor_test
2 parents cd1431b + 6ff2496 commit 07225b1

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

integtest/trmonrequestor_test.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,6 @@
7575
updates={
7676
"trigger_rate_hz": trigger_rate,
7777
"candidate_backshift_ts": 0,
78-
"candidate_window_before_ts": readout_window_time_before,
79-
"candidate_window_after_ts": readout_window_time_after
8078
},
8179
)
8280
conf_dict.config_substitutions.append(substitution)
@@ -103,7 +101,6 @@ def make_run_command_list(runnum):
103101
for ii in range(run_count):
104102
nanorc_command_list += make_run_command_list(100 + ii)
105103
nanorc_command_list += " scrap terminate".split()
106-
print(f"nanorc_command_list is {nanorc_command_list}")
107104

108105
# The tests themselves
109106
def test_nanorc_success(run_nanorc):

0 commit comments

Comments
 (0)