yt-project / yt_astro_analysis

yt astrophysical analysis modules
Other
22 stars 21 forks source link

BUG: tests fail on Python 3.8 #168

Closed neutrinoceros closed 1 year ago

neutrinoceros commented 1 year ago

Seems like we overlooked a deprecation cycle

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

numpy.float was deprecated in numpy 1.20 and removed in 1.24, because it was counter-intuitively just aliasing builtin float. So the conservative fix is just to use float.