-
Dear community, Why do we do so, if we have rev_edges in hetero graphs? Why is it needed? thank you! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Mh, I agree. It is a bit misleading. Currently, the |
Beta Was this translation helpful? Give feedback.
-
thanks! |
Beta Was this translation helpful? Give feedback.
Mh, I agree. It is a bit misleading. Currently, the
undirected=True
option assumes that a single edge type holds bidirectional edges. As such, weundirected=False
internally whenever the edge type models a bipartite graph, or wheneveredge_type != rev_edge_type
.