We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a63bb7 commit 1537d7bCopy full SHA for 1537d7b
tests/test_compare_bmad.py
@@ -13,7 +13,6 @@
13
14
def tao_set_particle_start(tao: Tao, coordinates: torch.Tensor) -> None:
15
"""Helper function to set the initial coordinates of the particle in Tao."""
16
-
17
tao.cmd(f"set particle_start x={coordinates[0]}")
18
tao.cmd(f"set particle_start px={coordinates[1]}")
19
tao.cmd(f"set particle_start y={coordinates[2]}")
0 commit comments