Open joseJCS0 opened 1 month ago
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"
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"