Skip to content

Commit

Permalink
Update element_deeplabcut/model.py
Browse files Browse the repository at this point in the history
Co-authored-by: Chris Brozdowski <[email protected]>
  • Loading branch information
Thinh Nguyen and CBroz1 authored May 5, 2022
1 parent 4eb8a26 commit 55e3040
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 : float # video duration in seconds
recording_duration : float # video duration (s) from nframes / fps
"""

@property
Expand Down

0 comments on commit 55e3040

Please sign in to comment.