Closed ice-tong closed 1 year ago
The CI failed with the following 2 reasons:
According to the NumPy deprecations: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
bool
np.bool
float
np.float
np.int32
np.int
Motivation
The CI failed with the following 2 reasons:
Modification
According to the NumPy deprecations: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
bool
instead ofnp.bool
float
instead ofnp.float
np.int32
instead ofnp.int
(Consistent with context)