Change numpy to python for `int`, `float` and `bool`.
Created by: scarlehoff
Following deprecation notices for np.int
, np.float
and np.bool
which will be removed in 1.24. They were already aliases for the underlying python types.
Created by: scarlehoff
Following deprecation notices for np.int
, np.float
and np.bool
which will be removed in 1.24. They were already aliases for the underlying python types.