Skip to content

Commit

Permalink
updated saving nwb
Browse files Browse the repository at this point in the history
  • Loading branch information
keyaloding committed Aug 1, 2024
1 parent f88ca17 commit 0a8fc45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sleap_io/io/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ def save_file(
elif format in ("nwb", "nwb_predictions"):
save_nwb(labels, filename, as_training=False)
elif format == "nwb_training":
save_nwb(labels, filename, as_training=True)
save_nwb(labels, filename, True, frame_inds=kwargs.pop("frame_inds", None))
elif format == "labelstudio":
save_labelstudio(labels, filename, **kwargs)
elif format == "jabs":
Expand Down

0 comments on commit 0a8fc45

Please sign in to comment.