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

    bugSomething isn't working

    Type

    No fields configured for Task.

    Projects

    Status
    Done

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions