ADicksonLab / wepy

Weighted Ensemble simulation framework in Python
https://adicksonlab.github.io/wepy/index.html
MIT License
48 stars 20 forks source link

Remove deprecated np.int & np.float usage #109

Closed salotz closed 8 months ago

salotz commented 8 months ago

Newer versions of numpy deprecated these aliases for the base int and float data types.

Removing usage of them in the codebase.

Tested with numpy 1.26.0