Closed jmlarson1 closed 3 years ago
Hi Lindon,
I wanted to point out that the usage of np.float and np.int is deprecated in the latest version of python.
np.float
np.int
Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
Hi Lindon,
I wanted to point out that the usage of
np.float
andnp.int
is deprecated in the latest version of python.Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations