Skip to content

SSD2 uses scipy.stats.median_absolute_deviation - deprecated in scipy 1.9.0 #42

@cgroeneveld

Description

@cgroeneveld

SSD2 invokes ClassImageDeconvMachineMultiSlice, an in r50 this uses scipy.stats.median_absolute_deviation:

MAD=scipy.stats.median_absolute_deviation

This is deprecated and after scipy-1.9.0 will directly lead to an error. This function has since been replaced by scipy.stats.median_abs_deviation.

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