big-fish
big-fish copied to clipboard
int type not supported anymore in numpy
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