We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
#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.
Sorry, something went wrong.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: