HyPyP icon indicating copy to clipboard operation
HyPyP copied to clipboard

npyio error

Open CarmelGashri opened this issue 2 years ago • 1 comments

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 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?

CarmelGashri avatar Oct 24 '23 09:10 CarmelGashri

can you share the code in question you were running?

could you also check if the number of columns across all rows are the same?

etherealsunshine avatar Dec 28 '23 15:12 etherealsunshine