Skip to content
Snippets Groups Projects
Commit 275b94f0 authored by Ross John Hunter's avatar Ross John Hunter
Browse files

Make it python2 compatible

parent 80c36a0e
No related branches found
No related tags found
1 merge request!400Change directory to look in for expected_2024 min bias in tests
Pipeline #7129621 passed
This commit is part of merge request !400. Comments created here will be created in the context of that merge request.
......@@ -13626,8 +13626,8 @@ testfiles(
testfiles(
myname='expected_2024_min_bias_mdf',
filenames=[
f'mdf:root://eoslhcb.cern.ch//eos/lhcb/wg/rta//WP3/bandwidth_division/Beam6800GeV-expected-2024-MagDown-Nu7.6/30000000/allen_input_{i}.mdf'
for i in range(65)
'mdf:root://eoslhcb.cern.ch//eos/lhcb/wg/rta//WP3/bandwidth_division/Beam6800GeV-expected-2024-MagDown-Nu7.6/30000000/allen_input_{0}.mdf'
.format(i) for i in range(65)
],
qualifiers={
'Author': 'Ross Hunter',
......
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