You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The function compute_snr_spots fails because the type int is not supported anymore in numpy after version 1.24. It should be changed either to np.int64 or np.int32
The function
compute_snr_spots
fails because the type int is not supported anymore in numpy after version 1.24. It should be changed either to np.int64 or np.int32big-fish/bigfish/detection/utils.py
Lines 582 to 583 in e951ea8
The text was updated successfully, but these errors were encountered: