Skip to content

Commit

Permalink
Update csv.py
Browse files Browse the repository at this point in the history
added all_frames argument to write() function (ln 66).
  • Loading branch information
vtsai881 authored Dec 3, 2023
1 parent 0c500b2 commit 2ca0d2a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sleap/io/format/csv.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ def write(
cls,
filename: str,
source_object: Labels,
all_frames: bool,
source_path: str = None,
video: Video = None,
):
Expand All @@ -62,6 +63,7 @@ def write(

write_analysis(
labels=source_object,
all_frames=all_frames,
output_path=filename,
labels_path=source_path,
all_frames=True,
Expand Down

0 comments on commit 2ca0d2a

Please sign in to comment.