Skip to content
Snippets Groups Projects

Tests update following changes in Rec!3942 !3526

Merged Miroslav Saur requested to merge msaur_Rec3942_Moore3526_test_fix into 2024-patches
Files
2
@@ -40,7 +40,7 @@ out_files = tree.findall("./output/file")
if len(out_files) != 4:
causes.append(f"expected exactly 4 output files, got {out_files}")
expected_min_events = {"turcal": 5, "lumi": 5, "full": 6, "turboraw": 6}
expected_min_events = {"turcal": 5, "lumi": 5, "full": 5, "turboraw": 6}
for out_file in out_files:
m = re.match("^PFN:(hlt2_pp_2022_reprocessing_data_output_([a-z]+).mdf)$", out_file.attrib["name"])
Loading