[BUG]: plc.eigenvector_centrality
fails to converge on simple graph
#3971
Labels
bug
Something isn't working
Version
23.12 dev
Which installation method(s) does this occur on?
Source
Describe the bug.
plc.eigenvector_centrality
fails to converge on a simple graph. NetworkX converges in a few iterations.The adjacency matrix of this graph is:
The expected result is
[0.5, 0.5**0.5, 0.5]
.Minimum reproducible example
The text was updated successfully, but these errors were encountered: