DiGyt / asrpy

Artifact Subspace Reconstruction for Python
BSD 3-Clause "New" or "Revised" License
41 stars 14 forks source link

np.complex is deprecated #6

Closed Guofoong closed 6 months ago

Guofoong commented 1 year ago

https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations L#269: np.exp(np.fft.fft(Rwindow * np.fft.ifft(np.log(Ss, dtype=np.complex128)))) # noqa

Suggest changing np,complex to np.complex128

DiGyt commented 1 year ago

Thanks for noting. will soon update the distro including this.