You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Produced when running actipy on Windows 11 machine.
Reproduced on several different machines.
Conda environment set up with:
Python = 3.9
openjdk = 11.0.13
pip = 24.0
actipy=3.0.8
Using ipython, I run the commands:
import actipy
data, info = actipy.read_device("C:/path/to/file.cwa")
This produces the error message:
Decompressing... Done! (1.19s)
Reading file... Done! (16.32s)
Converting to dataframe... Done! (4.87s)
Error: C:\path\to\AppData\Local\Temp\tmpndeeot4f\data.npy - The process cannot access the file because it is being used by another process.
Lowpass filter... Done! (13.14s)
Gravity calibration... Done! (18.21s)
Nonwear detection... Done! (6.73s)
Resampling... Done! (19.21s)
When running actipy.read_device() an error is reported:
"Error: path/to/data.npy - The process cannot access the file because it is being used by another process."
It should be noted that this is a non breaking error and actipy continues to work as expected when ignoring this error.
The text was updated successfully, but these errors were encountered: