thunlp / OpenNE

An Open-Source Package for Network Embedding (NE)
MIT License
1.68k stars 485 forks source link

nodes -> node #37

Closed tsjshg closed 6 years ago

tsjshg commented 6 years ago

G.nodes is a method, and it should be node for accessing a node.

tsjshg commented 6 years ago

I've corrected some more nodes bugs in graph.py and gcnAPI.py