GAMPTeam / vampyre

Approximate Message Passing in Python
MIT License
65 stars 28 forks source link

fix deprecated usage of np.float and np.complex #12

Open julianwi opened 1 month ago

julianwi commented 1 month 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