Skip to content

Symmetry in _apply_recursion_rule_2 #78

Description

@jharmse

The function loops over edges (a,b) and checks whether it should add an arrow from a to b, but it does not check whether it should add an arrow from b to a. Note that self._g.edges() has only one entry for each unordered pair.

I tried to submit a pull request, but I apparently I can't push a new branch to the repository.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions