OxWearables/biobankAccelerometerAnalysis

accPlot bug when provided timeseries has gaps

Closed this issue · 0 comments

857a1f41-4022-4a0d-b716-57eb734cdcda

Should be easy to fix by using .reindex(new_index, method='nearest', tolerance='1m') or similar.

Quick manual fix gave:
86b96dc9-fd14-456b-a9bd-b9e2dfa24c63

Thanks @gmertes for catching it.