HiPERCAM / hipercam

Python package for handling HiPERCAM data
4 stars 4 forks source link

np.int is deprecated #107

Closed StuartLittlefair closed 1 year ago

StuartLittlefair commented 1 year ago

np.int was deprecated in Numpy v1.20.

From V1.24 use of np.int raises an error. This is a minor fix to replace with np.int32