Skip to content

Commit f16f109

Browse files
author
Wood, Tony
committed
Fix docstring.
1 parent 8521f02 commit f16f109

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

py/orbit/bunch_utils/collect_bunch.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ def collect_bunch(
8080
A dictionary containing the collected bunch attributes. Returns None if not on the root MPI rank or if the global bunch size is 0.
8181
BunchDict structure:
8282
{
83-
"coord_array": NDArray[np.float64] of shape (N, 6) where N is the total number of macroparticles,
83+
"coords": NDArray[np.float64] of shape (N, 6) where N is the total number of macroparticles,
8484
and the 6 columns correspond to [x, xp, y, yp, z, dE] in units of [m, rad, m, rad, m, eV], respectively.
8585
"sync_part": {
8686
"coords": NDArray[np.float64] of shape (3,),

0 commit comments

Comments
 (0)