lbl-anp / becquerel

Becquerel is a Python package for analyzing nuclear spectroscopic measurements.
Other
43 stars 16 forks source link

change np.int to int #370

Closed jvavrek closed 1 year ago

jvavrek commented 1 year ago

This was apparently the one remaining np.int that hadn't been updated to int. It was causing the newer-python-version pipeline versions to fail as they were using a newer numpy where np.int was fully deprecated.