Skip to content

Remove the deprecated args in OcclusionSensitivity #6610

@wyli

Description

@wyli

Is your feature request related to a problem? Please describe.
The input arguments marked deprecated since 1.2 could be safely removed as they are not used in the code logic

@deprecated_arg(
name="pad_val",
since="1.0",
removed="1.2",
msg_suffix="Please use `mode`. For backwards compatibility, use `mode=mean_img`.",
)
@deprecated_arg(name="stride", since="1.0", removed="1.2", msg_suffix="Please use `overlap`.")
@deprecated_arg(name="per_channel", since="1.0", removed="1.2")
@deprecated_arg(name="upsampler", since="1.0", removed="1.2")

When modifying the APIs, would be great to incorporate the relevant feature request #5169

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions