-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Description
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
Labels
No labels