Skip to content
Snippets Groups Projects
Commit a94d5d76 authored by Miroslav Saur's avatar Miroslav Saur
Browse files

Merge branch 'msaur_Rec3942_Moore3526_test_fix' into '2024-patches'

Tests update following changes in Rec!3942 !3526

See merge request !3564
parents f04bdd98 e4fd06e1
No related branches found
No related tags found
5 merge requests!4232Run5: rebase, restructure run5 code, add back examples,!3689Draft: Enlarging mass windows for B2cc lines,!3669Draft: Update References for: LHCb!4624 based on lhcb-2024-patches-mr/879,!3564Tests update following changes in Rec!3942 !3526,!3554Synchronize master branch with 2024-patches
Pipeline #7572539 passed with warnings
......@@ -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"])
......
......@@ -29,7 +29,7 @@ upstream_check = False
for counters in countersForAllAlgos:
if counters['Efficiency'][0] == counters['Efficiency'][1]:
continue
elif float(counters['Efficiency'][1]) / float(counters['Efficiency'][0]) > 0.975 and not upstream_check:
elif float(counters['Efficiency'][1]) / float(counters['Efficiency'][0]) > 0.955 and not upstream_check:
upstream_check = True
continue
else:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment