mobilise-d / mobgap

The Mobilise-D algorithm toolbox - Implemented in Python
https://mobgap.readthedocs.io
Apache License 2.0
31 stars 3 forks source link

Input data validation #46

Open AKuederle opened 11 months ago

AKuederle commented 11 months ago

We should add methods that simplify working with the typical input data.

THis should include functions that check the correct dtype, columns, etc.

Similar (but likely simpler) to https://github.com/mad-lab-fau/gaitmap/blob/master/gaitmap/utils/_datatype_validation_helper.py

AKuederle commented 2 months ago

170 Implements input data validation for the imu data. However, this might need to be further updated according to #172 .

But this should be enough for the first release. So I am removing this issue from the milestone.