-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Description
pywhy-graphs/pywhy_graphs/viz/draw.py
Lines 118 to 121 in 20661f1
| 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
Labels
No labels