actipy icon indicating copy to clipboard operation
actipy copied to clipboard

Python Software Development Kit (SDK) to process Axivity, GENEActiv, and Actigraph files

Results 3 actipy issues
Sort by recently updated
recently updated
newest added

Numpy `np.dtype` does not support timestamps with tz: ``` File ".../actipy/src/actipy/processing.py", line 561, in mmap_like dtype = np.dtype([ TypeError: Cannot interpret 'datetime64[ns, UTC]' as a data type ``` Test file:...

Should gracefully handle empty files. First error occurs: line 220, in `_read_device info['StartTime'] = t.iloc[0].strftime(strftime)`

Hi! After checking the Python and Java versions (3.11.2 and 1.8.0_311) I installed actipy. When I try to process the data as presented in the tutorial: ``` data, info =...