Closed PikachuHy closed 4 years ago
Thanks! This is because of networkx changing their API in version 2.
Merged.
See nx 1.10 reference with G.node[][]
: https://networkx.github.io/documentation/networkx-1.10/reference/classes.graph.html
Compared with G.nodes[][]
: https://networkx.github.io/documentation/stable/reference/classes/graph.html
Ok. Thank you for your prompt reply.
Hi, I met some problem when use the code.
https://github.com/spcl/ncc/blob/6bba4f32ff540cea240153bd5bddfaad5bd4f00c/inst2vec/inst2vec_preprocess.py#L1097
After read code, I think this maybe a typo.
node
->nodes
my pr:
https://github.com/spcl/ncc/pull/26