Skip to content

Commit 9bd784c

Browse files
committed
Fix Waketest
- Replace dz_min with dt_min (interface change)
1 parent 213c507 commit 9bd784c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

testing/unittests/autoruntests/WakeTest.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -354,7 +354,7 @@ def track_n_show(bunch, slicer, map_woWakes, wake_field):
354354

355355
# Definition of WakeField as a composition of different sources.
356356
resis_circ = CircularResistiveWall(pipe_radius=5e-2, resistive_wall_length=C,
357-
conductivity=1e6, dz_min=1e-3)
357+
conductivity=1e6, dt_min=1e-3)
358358
wake_field = WakeField(uniform_bin_slicer, resis_circ)
359359

360360

@@ -376,7 +376,7 @@ def track_n_show(bunch, slicer, map_woWakes, wake_field):
376376

377377
# Definition of WakeField as a composition of different sources.
378378
resis_para = ParallelPlatesResistiveWall(pipe_radius=5e-2, resistive_wall_length=C,
379-
conductivity=1e6, dz_min=1e-3)
379+
conductivity=1e6, dt_min=1e-3)
380380
wake_field = WakeField(uniform_bin_slicer, resis_para)
381381

382382

@@ -398,7 +398,7 @@ def track_n_show(bunch, slicer, map_woWakes, wake_field):
398398

399399
# Definition of WakeField as a composition of different sources.
400400
resis_circ = CircularResistiveWall(pipe_radius=5e-2, resistive_wall_length=C,
401-
conductivity=1e6, dz_min=1e-3)
401+
conductivity=1e6, dt_min=1e-3)
402402
reson_para = ParallelPlatesResonator(R_shunt=1e6, frequency=1e8, Q=1)
403403
wake_file_columns = ['time', 'dipole_x', 'dipole_y', 'quadrupole_x', 'quadrupole_y',
404404
'dipole_xy', 'dipole_yx']

0 commit comments

Comments
 (0)