scalesim-project / scale-sim-v2

Repository to host and maintain scale-sim-v2 code
MIT License
212 stars 93 forks source link

Errors due to usage of deprecated 'np.int' #66

Closed silekoch closed 1 year ago

silekoch commented 1 year ago

The alias 'np.int' for the builtin 'int' was deprecated with NumPy 1.20.0. This leads to errors when running the example commands from the README.md after a fresh install.

ritikraj7 commented 1 year ago

Thank you for pointing this out and making the required pull request. We will run tests and merge your pull request.