Skip to content

Bug in draw brought up by researcher #69

@adam2392

Description

@adam2392

for parent in G.predecessors(v):
# memoize if we have seen the bidirected circular edge before
if f"{child}-{parent}" in found_circle_sibs or f"{parent}-{child}" in found_circle_sibs:
continue

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