Skip to content
Discussion options

You must be logged in to vote

Sorry for taking so long to answer. I just ran this by myself. I think the issue is that edge_index is given as a directed graph, while you are creating an undirected nx.Graph. Running edge_index = to_undirected(edge_index) fixes this.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by qubit0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants