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

Bug in draw brought up by researcher #69

Open
adam2392 opened this issue Mar 21, 2023 · 1 comment
Open

Bug in draw brought up by researcher #69

adam2392 opened this issue Mar 21, 2023 · 1 comment

Comments

@adam2392
Copy link
Collaborator

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

@adam2392
Copy link
Collaborator Author

This has been resolved.

However, another issue I noticed is we should be able to handle drawing of purely undirected graphs.

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

1 participant