spacetelescope / stistools

Tools for HST/STIS.
http://stistools.readthedocs.io/en/latest/
Other
5 stars 23 forks source link

change instances of `np.float` to `np.float64` #156

Open zacharyburnett opened 1 year ago

zacharyburnett commented 1 year ago

numpy has deprecated np.float and np.int, leading to this error when running tests (with numpy==1.24.2):

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