LAAC-LSCP / ChildProject

Python package for the management of day-long recordings of children.
https://childproject.readthedocs.io
MIT License
13 stars 5 forks source link

warning: ./metadata/recordings.csv: 'NA' is not a proper date/time for column 'start_time' (expected %H:%M) #365

Closed William-N-Havard closed 2 years ago

William-N-Havard commented 2 years ago

The documentation specifies here that NA is an accepted value for start_time. However, I get a warning when validating the data set.

Would it be possible to either:

LoannPeurey commented 2 years ago

7def324 Updated documentation to clarify this will issue a warning. I think it is important to keep the warning as some pipelines can be affected by the absence of start_time (e.g. metrics --from-time --to-time)