Skip to content

Mistake while referencing parameter in method body #113

@rohangirishrao

Description

@rohangirishrao

def apply_threshold(imp, threshold_method, do_3d=True):

auto_threshold_options = (
threshold_method + " " + "dark" + " " + "stack" if do_3D else ""
)

There is a typo in the do_3D.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions