Skip to content
Discussion options

You must be logged in to vote

Your edge indices are sorted row-wise (i.e edge_index[0]) it should be sorted by column (i.e edge_index[1]). Use the coalesce with sort_by_row=False to sort by column, note: this will remove repeated edges.

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@davidlow
Comment options

@wsad1
Comment options

Answer selected by davidlow
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