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 d33bdb1 commit f4a83b0Copy full SHA for f4a83b0
testing/tests_PyEC4PyHT/007_time_slice_by_slice_mode.py
@@ -55,7 +55,7 @@
55
for ele in machine.one_turn_map:
56
new_one_turn_map.append(ele)
57
if ele in machine.transverse_map:
58
- new_ecloud = PyEC4PyHT.Ecloud(L_ecloud=machine.circumference / N_kicks, slicer=slicer,
+ new_ecloud = PyEC4PyHT.Ecloud(L_ecloud=machine.circumference / N_kicks, slicer=None,
59
Dt_ref=25e-12, pyecl_input_folder='./drift_sim',
60
x_aper=x_aper, y_aper=y_aper, Dh_sc=Dh_sc,
61
init_unif_edens_flag=init_unif_edens_flag,
0 commit comments