SpatialDE
SpatialDE copied to clipboard
AttributeError: Module 'scipy' has no attribute 'arange'
In execution of spatialDE.run, the follow error occurs:
It is verified that scipy has no attribute of arange, maybe it could be range()?
had the same issue, upon checking, found that the utli.py file was written wrong. to fix this, please 1.change "import scipy as sp" to "import numpy as np" 2. replace all the sp.array, sp.arange to np.array and np.arange 3. exit and re import spatialDE, error should be fixed.
+1 to this issue.
+1
+1