Skip to content

Commit 1537d7b

Browse files
committed
Minor code formatting improvement
1 parent 6a63bb7 commit 1537d7b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/test_compare_bmad.py

-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313

1414
def tao_set_particle_start(tao: Tao, coordinates: torch.Tensor) -> None:
1515
"""Helper function to set the initial coordinates of the particle in Tao."""
16-
1716
tao.cmd(f"set particle_start x={coordinates[0]}")
1817
tao.cmd(f"set particle_start px={coordinates[1]}")
1918
tao.cmd(f"set particle_start y={coordinates[2]}")

0 commit comments

Comments
 (0)