Skip to content
Discussion options

You must be logged in to vote

Can you try to convert the graph to an undirected graph first? I assume METIS does only work properly on undirected graphs:

data = T.ToUndirected()(data)

Replies: 1 comment 2 replies

Comment options

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

@rusty1s
Comment options

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