demiangomez / Parallel.GAMIT

Python wrapper to parallelize GAMIT executions
BSD 3-Clause "New" or "Revised" License
37 stars 19 forks source link

AttributeError: module 'numpy' has no attribute 'float' #52

Closed daf111 closed 1 year ago

daf111 commented 1 year ago

On numpy version 1.24.0, numpy.float, numpy.int and similar aliases were deprecated. Now we must to use float, int, etc. instead. More info: https://levelup.gitconnected.com/fix-attributeerror-module-numpy-has-no-attribute-float-d7d68c5a4971

demiangomez commented 1 year ago

This pull request fixes an issue with the latest version of numpy.