Skip to content

[BUG]: k not defined in local scope #216

@EdsterG

Description

@EdsterG

Describe the bug

k is not defined here:

return (false, Cert.Outside, i, j, k)

and here:
return (false, Cert.Outside, i, j, k)

Reproducer

Anything snippet that hits those lines in the code.

Environment information

UndefVarError: `k` not defined in local scope
Suggestion: check for an assignment to a local variable that shadows a global of the same name.

Stacktrace:
  [1] search_right_down_adjacent_boundary_edges(...
  ...

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions