Open zacharyburnett opened 1 year ago
numpy has deprecated np.float and np.int, leading to this error when running tests (with numpy==1.24.2):
numpy
np.float
np.int
numpy==1.24.2
AttributeError: module 'numpy' has no attribute 'float'.
numpy
has deprecatednp.float
andnp.int
, leading to this error when running tests (withnumpy==1.24.2
):