Skip to content

Commit 0755d6a

Browse files
committed
Fixing test_madx_import for new order of arguments
... w.r.t. longitudinal parameter in functions for setting up SC classes
1 parent 730d42a commit 0755d6a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/test_madx_import.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,10 +91,10 @@ def test_madx_import():
9191
sc_twdata,
9292
betagamma,
9393
number_of_particles,
94-
bunchlength_rms,
9594
delta_rms,
9695
neps_x,
9796
neps_y,
97+
bunchlength_rms,
9898
)
9999
elif sc_mode == "Coasting":
100100
bt.setup_spacecharge_coasting_in_line(
@@ -103,10 +103,10 @@ def test_madx_import():
103103
sc_twdata,
104104
betagamma,
105105
number_of_particles,
106-
circumference,
107106
delta_rms,
108107
neps_x,
109108
neps_y,
109+
circumference,
110110
)
111111
else:
112112
raise ValueError("mode not understood")

0 commit comments

Comments
 (0)