childmindresearch / wristpy

https://childmindresearch.github.io/wristpy/
GNU Lesser General Public License v2.1
2 stars 1 forks source link

Task: Modify Measurement class in models.py to ensure that all time points are unique. #33

Closed Asanto32 closed 3 weeks ago

Asanto32 commented 3 months ago

Description

Currently, we only verify that that the time attribute is sorted, a pl.Datetime, and not empty. However, if all the timestamps are identical that is considered sorted. This is both a problem for downstream computations and also indicative of some corrupt data collection.

Tasks

Freeform Notes

No response