Skip to content

Commit 353081f

Browse files
committed
Adapt test
1 parent 0d81ac0 commit 353081f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_hllhc14.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -642,7 +642,7 @@ def test_stress_co_correction_and_lumi_leveling():
642642

643643
# Add errors
644644
for line_name in ['lhcb1', 'lhcb2']:
645-
suffix = {'lhcb2': '__lhcb2', 'lhcb1': ''}[line_name]
645+
suffix = {'lhcb2': '/lhcb2', 'lhcb1': '/lhcb1'}[line_name]
646646
collider[line_name]['mqxb.a2r8..5' + suffix].knl[0] = 1e-5
647647
collider[line_name]['mqxb.a2l8..5' + suffix].knl[0] = -0.7e-5
648648
collider[line_name]['mqxb.a2r8..5' + suffix].ksl[0] = -1.3e-5

0 commit comments

Comments
 (0)