From 4d0b2b5f03b5fed22427160ea44b952fb6221acd Mon Sep 17 00:00:00 2001 From: Kurt Biery Date: Tue, 24 Mar 2026 07:30:11 -0500 Subject: [PATCH 1/2] Removed the unnecessary and confusing second tc-map entry from the def-tc-processor object in moduleconfs.data.xml. --- config/daqsystemtest/moduleconfs.data.xml | 1 - 1 file changed, 1 deletion(-) diff --git a/config/daqsystemtest/moduleconfs.data.xml b/config/daqsystemtest/moduleconfs.data.xml index 5fb598f..1bc4cdc 100644 --- a/config/daqsystemtest/moduleconfs.data.xml +++ b/config/daqsystemtest/moduleconfs.data.xml @@ -815,7 +815,6 @@ - From cd9c6643fb07a2b7aa1d0d46101361d987402a47 Mon Sep 17 00:00:00 2001 From: Kurt Biery Date: Tue, 24 Mar 2026 13:24:50 -0500 Subject: [PATCH 2/2] Removed the currently unused def-tc-map declaration from the example configuration, and the one test that unnecessarily referenced it. --- config/daqsystemtest/moduleconfs.data.xml | 6 ------ integtest/trigger_bitwords_test.py | 6 ------ 2 files changed, 12 deletions(-) diff --git a/config/daqsystemtest/moduleconfs.data.xml b/config/daqsystemtest/moduleconfs.data.xml index 1bc4cdc..8cb0017 100644 --- a/config/daqsystemtest/moduleconfs.data.xml +++ b/config/daqsystemtest/moduleconfs.data.xml @@ -841,12 +841,6 @@ - - - - - - diff --git a/integtest/trigger_bitwords_test.py b/integtest/trigger_bitwords_test.py index 6c05dc8..438f9c6 100644 --- a/integtest/trigger_bitwords_test.py +++ b/integtest/trigger_bitwords_test.py @@ -220,12 +220,6 @@ obj_class="FakeHSIEventGeneratorConf", updates={"trigger_rate": 30},) ) -coincidence_bitword_conf.config_substitutions.append( - data_classes.attribute_substitution( - obj_id="def-tc-map", - obj_class="TCReadoutMap", - updates={"time_before": 62500, "time_after": 62500},) -) coincidence_bitword_conf.config_substitutions.append( data_classes.attribute_substitution( obj_id="def-hsi-tc-map",