Closed ulupo closed 3 years ago
Types of changes
Description Starting with numpy 1.20, np.int, np.float and np.bool should be replaced by the Python builtin counterparts.
numpy
np.int
np.float
np.bool
Checklist
flake8
pytest
Types of changes
Description Starting with
numpy
1.20,np.int
,np.float
andnp.bool
should be replaced by the Python builtin counterparts.Checklist
flake8
to check my Python changes.pytest
to check this on Python tests.