Neuroinflab / kCSD-python

Kernel Current Source Density
https://kcsd-python.readthedocs.io/en/latest/
Other
15 stars 23 forks source link

Numpy aliases of builtin types are deprecated, now raise AttributeErrors in several places. #141

Closed grahamfindlay closed 10 months ago

grahamfindlay commented 1 year ago

https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations

Either numpy requirement should be pinned <1.20.0, or code should be updated to use builtin types (e.g. complex rather than np.complex).

guptadivyansh commented 10 months ago

I updated the code again with the recent changes in upstream kCSD master

145

Please merge before it diverges again.