Closed erikkjellgren closed 1 year ago
np.float and np.int does not exist in NumPy anymore.
np.float
np.int
Code changed to use np.float64 and np.int64.
np.float64
np.int64
Closing PR, because I failed to read the contribute guidelines about starting from the branch devel
np.float
andnp.int
does not exist in NumPy anymore.Code changed to use
np.float64
andnp.int64
.