rafguns / linkpred

Easy link prediction tool
Other
140 stars 46 forks source link

SimRank fails under networkx 2.0 #15

Closed rafguns closed 6 years ago

rafguns commented 6 years ago

See https://github.com/rafguns/linkpred/issues/12#issuecomment-386852535

SimRank expects that G.nodes()returns a list, whereas it actually returns a NodeView now.

rafguns commented 6 years ago

Fixed by PR #16