ContextLab / ContextLab/supereeg
np.string_ Bug
- Dominant language
- Python
- Stars
- 38
- Forks
- 19
- PR merge metrics
- No merged PRs in 30d
Description
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_"
Contributor guide
No contributing guide indexed for this repository
Research direction
Reproduce the error by creating a Brain object, then inspect hdf5io.py at line 325 in the deepdish dependency mentioned in the issue. Check how this project installs or pins deepdish and NumPy, and confirm that the Brain object can be created without the np.string_ error after the dependency or compatibility change.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- machine-learning
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100