From 6ff24969ff009cb97541f1e1e0050f0553c5ee2e Mon Sep 17 00:00:00 2001 From: Kurt Biery Date: Fri, 27 Feb 2026 21:04:24 -0600 Subject: [PATCH] removed problematic candidate_window config updates in the trmonrequestor_test --- integtest/trmonrequestor_test.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/integtest/trmonrequestor_test.py b/integtest/trmonrequestor_test.py index 5c6fa08..55b4321 100755 --- a/integtest/trmonrequestor_test.py +++ b/integtest/trmonrequestor_test.py @@ -75,8 +75,6 @@ updates={ "trigger_rate_hz": trigger_rate, "candidate_backshift_ts": 0, - "candidate_window_before_ts": readout_window_time_before, - "candidate_window_after_ts": readout_window_time_after }, ) conf_dict.config_substitutions.append(substitution) @@ -103,7 +101,6 @@ def make_run_command_list(runnum): for ii in range(run_count): nanorc_command_list += make_run_command_list(100 + ii) nanorc_command_list += " scrap terminate".split() -print(f"nanorc_command_list is {nanorc_command_list}") # The tests themselves def test_nanorc_success(run_nanorc):