Skip to content

Commit

Permalink
non-nullable recording duration
Browse files Browse the repository at this point in the history
  • Loading branch information
Thinh Nguyen authored Apr 20, 2022
1 parent 1e6a8f0 commit 4eb8a26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion element_deeplabcut/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ class RecordingInfo(dj.Imported):
nframes : smallint # number of frames
fps = NULL : int # (Hz) frames per second
recording_datetime = NULL : datetime # Datetime for the start of the recording
recording_duration = NULL : float # video duration in seconds
recording_duration : float # video duration in seconds
"""

@property
Expand Down

0 comments on commit 4eb8a26

Please sign in to comment.