GAMPTeam / vampyre

Approximate Message Passing in Python
MIT License
67 stars 27 forks source link

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

Open julianwi opened 6 months ago

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