Skip to content

int type not supported anymore in numpy #94

@giocard

Description

@giocard

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

radius_signal = np.ceil(radius_signal_).astype(np.int)
radius_background = np.ceil(radius_background_).astype(np.int)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions