Skip to content

Commit

Permalink
a
Browse files Browse the repository at this point in the history
  • Loading branch information
keyaloding committed Jul 17, 2024
1 parent cf4bcf7 commit 8948e92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sleap_io/io/nwb.py
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ def videos_to_source_videos(videos: List[Video]) -> SourceVideos: # type: ignor
external_file=[video.filename],
dimension=[video.backend.img_shape[0], video.backend.img_shape[1]],
starting_frame=[0],
rate=30.0,
rate=30.0, # TODO - change to `video.backend.fps` when available
)
source_videos.append(image_series)
return SourceVideos(image_series=source_videos)
Expand Down

0 comments on commit 8948e92

Please sign in to comment.