Skip to content

Commit

Permalink
Fix docstring order
Browse files Browse the repository at this point in the history
  • Loading branch information
talmo committed May 5, 2024
1 parent 31341da commit 4402cb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sleap_io/io/slp.py
Original file line number Diff line number Diff line change
Expand Up @@ -202,10 +202,10 @@ def embed_video(
Args:
labels_path: A string path to the SLEAP labels file.
video: A `Video` object to embed in the labels file.
frame_inds: A list of frame indices to embed.
group: The name of the group to store the embedded video in. Image data will be
stored in a dataset named `{group}/video`. Frame indices will be stored
in a data set named `{group}/frame_numbers`.
frame_inds: A list of frame indices to embed.
image_format: The image format to use for embedding. Valid formats are "png"
(the default), "jpg" or "hdf5".
fixed_length: If `True` (the default), the embedded images will be padded to the
Expand Down

0 comments on commit 4402cb4

Please sign in to comment.