ContextLab / supereeg

Infer activity throughout the brain from a small(ish) number of electrodes using Gaussian process regression
Other
33 stars 15 forks source link

np.string_ Bug #211

Open joseJCS0 opened 1 month ago

joseJCS0 commented 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"