Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Symmetry in _apply_recursion_rule_2 #78

Open
jharmse opened this issue Sep 6, 2019 · 2 comments
Open

Symmetry in _apply_recursion_rule_2 #78

jharmse opened this issue Sep 6, 2019 · 2 comments

Comments

@jharmse
Copy link

jharmse commented Sep 6, 2019

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.

@akelleh
Copy link
Owner

akelleh commented Nov 6, 2021

good catch! fixed this on master -- do you have a test case to run against it?

@jharmse
Copy link
Author

jharmse commented Nov 7, 2021 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants