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
A few months ago I worked with the pipeline and everything worked smoothly (created 2D and 3D images of parent child hyperscanning using CCorr)
I wanted to run the same code again now but I got error in npyio package:
Traceback (most recent call last):
File "C:\Users...envs\hypyp\lib\site-packages\numpy\lib\npyio.py", line 979, in _read
arr = _load_from_filelike(
ValueError: the number of columns changed from 5 to 1 at row 1; use usecols to select a subset and avoid this error
Not sure what this error is, I tried to redownload the hypyp environment but it didn't help
Do you know maybe why I get this error and how to solve it?
The text was updated successfully, but these errors were encountered:
Hi HyPyP team
A few months ago I worked with the pipeline and everything worked smoothly (created 2D and 3D images of parent child hyperscanning using CCorr)
I wanted to run the same code again now but I got error in npyio package:
Traceback (most recent call last):
File "C:\Users...envs\hypyp\lib\site-packages\numpy\lib\npyio.py", line 979, in _read
arr = _load_from_filelike(
ValueError: the number of columns changed from 5 to 1 at row 1; use
usecols
to select a subset and avoid this errorNot sure what this error is, I tried to redownload the hypyp environment but it didn't help
Do you know maybe why I get this error and how to solve it?
The text was updated successfully, but these errors were encountered: