Allow algorithms that only need acc to work without gyr provided #172
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
With the recent change to body frame data everywhere, we check that all columns of the expected frame (which includes acc and gyr) are available in the data, even if they are not used later in the algorithm.
To make the algorithms that don't need gyro usable again for data without gyro, we might want to be more granular in our checks.
However, this requires multiple steps:
The text was updated successfully, but these errors were encountered: