rafguns/linkpred

SimRank fails under networkx 2.0

Closed this issue · 1 comments

See #12 (comment)

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

Fixed by PR #16