Skip to content
Discussion options

You must be logged in to vote

I solved the problems:
1- node ids should be 0-based, so I map my ids to (0, data['person'].node_id.shape[0]).
2- There was no incoming edge to person nodes, so I made my graph undirected T.ToUndirected()(data).

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@mortezaezzabady
Comment options

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