-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Description
When I load the .data using io,py,I encountered this error: strands = np.array(strands).reshape((num_strands, -1,3)) ValueError: cannot reshape array of size 10000 into shape (10000,newaxis,3) .
The reason for this is that numpy reads an irregular list and append to strands list, which cannot convert to a reshapable Numpy Array.
So what I need to do is zeroize or something else?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels