Open gxenos opened 1 year ago
Fixes #97 The now deprecated numpy np.int was an alias for the builtin int. This commit simply changes thenp.int to the builtin int, used in ember/features.py file.
np.int
int
💚 CLA has been signed
I signed the agreement
Fixes #97 The now deprecated numpy
np.int
was an alias for the builtinint
. This commit simply changes thenp.int
to the builtinint
, used in ember/features.py file.