Skip to content

Commit

Permalink
remove duplicate word from docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
niksirbi committed Sep 16, 2024
1 parent a36f742 commit fc7564f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion movement/napari/convert.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def poses_to_napari_tracks(ds: xr.Dataset) -> tuple[np.ndarray, pd.DataFrame]:
Notes
-----
A corresponding napari Points array can be derived from the Tracks array
by taking its last 3 columns: (frame_idx, y, x). See the the documentation
by taking its last 3 columns: (frame_idx, y, x). See the documentation
on the napari Tracks [1]_ and Points [2]_ layers.
References
Expand Down

0 comments on commit fc7564f

Please sign in to comment.