Closed StuartLittlefair closed 1 year ago
np.int was deprecated in Numpy v1.20.
np.int
From V1.24 use of np.int raises an error. This is a minor fix to replace with np.int32
np.int32
np.int
was deprecated in Numpy v1.20.From V1.24 use of
np.int
raises an error. This is a minor fix to replace withnp.int32