Open julianwi opened 6 months ago
np.float and np.complex data types have been removed in latest numpy release and should be replaced with np.float64 and np.complex128. While at it also fix swapped dtypes in gaussian.py
np.float and np.complex data types have been removed in latest numpy release and should be replaced with np.float64 and np.complex128. While at it also fix swapped dtypes in gaussian.py