supereeg icon indicating copy to clipboard operation
supereeg copied to clipboard

np.string_ Bug

Open joseJCS0 opened this issue 1 year ago • 0 comments

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_"

joseJCS0 avatar Sep 27 '24 18:09 joseJCS0