supereeg
supereeg copied to clipboard
np.string_ Bug
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_"