Skip to content

Commit

Permalink
minor update in File table for consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
Thinh Nguyen authored Apr 20, 2022
1 parent 1062b4b commit 1e6a8f0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions element_deeplabcut/train.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,8 @@ class File(dj.Part):
definition = """
# Paths of training files (e.g., labeled pngs, CSV or video)
-> master
file_id: int
---
file_path: varchar(255)
"""

Expand Down

0 comments on commit 1e6a8f0

Please sign in to comment.