Skip to content

Commit

Permalink
Adapt test
Browse files Browse the repository at this point in the history
  • Loading branch information
giadarol committed Jan 6, 2025
1 parent 0d81ac0 commit 353081f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_hllhc14.py
Original file line number Diff line number Diff line change
Expand Up @@ -642,7 +642,7 @@ def test_stress_co_correction_and_lumi_leveling():

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

0 comments on commit 353081f

Please sign in to comment.