big-fish icon indicating copy to clipboard operation
big-fish copied to clipboard

int type not supported anymore in numpy

Open giocard opened this issue 9 months ago • 0 comments
trafficstars

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

https://github.com/fish-quant/big-fish/blob/e951ea850b18be4be70c5d0a419ba524c3a59ada/bigfish/detection/utils.py#L582-L583

giocard avatar Jan 22 '25 14:01 giocard