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
ValueError: descr is not a valid dtype descriptor: '<g2'
This happens after saving a numpy array to a file using np.save and loading it again using np.load. It seems like the descriptor type is not registered
The text was updated successfully, but these errors were encountered:
ValueError: descr is not a valid dtype descriptor: '<g2'
This happens after saving a numpy array to a file using np.save and loading it again using np.load. It seems like the descriptor type is not registered
The text was updated successfully, but these errors were encountered: