lnls-fac / pyaccel

Python module for beam dynamics tracking and optics calculations
MIT License
7 stars 5 forks source link

Remove deprecated numpy aliases #119

Closed vellosok75 closed 1 year ago

vellosok75 commented 1 year ago

As of numpy v1.20, numpy.float as well as similar aliases, including numpy.int, were deprecated. These are simply aliases for the builtin float and int. numpy v1.24.0 has removed these aliases completely, leading to an AttributeError whenever they are called.