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
When making a Brain object, an error would occur that was caused by code in the hdf5io.py (...\site-packages\deepdish\io\hdf5io.py) file, specifically on line 325. The issue was resolved locally by replacing "np.string_" with "np.bytes_"