Open Amira-sdmk opened 2 years ago
This is NOT the official repository of graph-tool! It's a clone someone made over 9 years ago!
The actual repository is here: https://git.skewed.de/count0/graph-tool
If you want the developers to actually see your issues, please post there!
Hello I am using graph-tool latest version with python 3.8.10, i created a graph of 100 vertices and I have a problemwith the calculation of eigenvector centrality measure here is the command (from the documentation) :
graph_tool.centrality.eigenvector(g, weight=None, vprop=None, epsilon=1e-06, max_iter=None)
I receive a message saying:(3.8731052026008155, <VertexPropertyMap object with value type 'double', for Graph 0x7fdf6f0575e0, at 0x7fdf6e637be0>)