aditya-grover / node2vec

http://snap.stanford.edu/node2vec/
MIT License
2.6k stars 912 forks source link

Error in "karate.edgelist" #108

Open sarmad-MOAHAMMED opened 3 years ago

sarmad-MOAHAMMED commented 3 years ago

Hi, There is an error in karate.edgelist file: node 9 has duplicate link with node 33, but did not has link with node 31.

The links of node 9 must be like below: 9 31 9 33 9 34

Thanks