emsig / emg3d

A multigrid solver for 3D electromagnetic diffusion

Home Page:https://emg3d.emsig.xyz

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Underscore numpy types

prisae opened this issue · comments

Replace np.int, np.float, and np.complex with either the pure Python equivalents int, float, complex, or with the numpy versions np.int_, np.float_, and np.complex_.

numpy/numpy#3998 (comment)

They are likely going to be deprecated and removed in the future: numpy/numpy#14882