We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 730d42a commit 0755d6aCopy full SHA for 0755d6a
tests/test_madx_import.py
@@ -91,10 +91,10 @@ def test_madx_import():
91
sc_twdata,
92
betagamma,
93
number_of_particles,
94
- bunchlength_rms,
95
delta_rms,
96
neps_x,
97
neps_y,
+ bunchlength_rms,
98
)
99
elif sc_mode == "Coasting":
100
bt.setup_spacecharge_coasting_in_line(
@@ -103,10 +103,10 @@ def test_madx_import():
103
104
105
106
- circumference,
107
108
109
+ circumference,
110
111
else:
112
raise ValueError("mode not understood")
0 commit comments