elastic / ember

Elastic Malware Benchmark for Empowering Researchers
Other
948 stars 277 forks source link

fixes the depricated numpy alias np.int #99

Open gxenos opened 1 year ago

gxenos commented 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.

cla-checker-service[bot] commented 1 year ago

💚 CLA has been signed

gxenos commented 1 year ago

I signed the agreement