2 Oct
2007
2 Oct
'07
8:41 p.m.
On 10/02/2007 12:58 PM, Andrea Perna wrote:
$graph-tool --undirected --load grafo.dot --central-point-dominance="VERTEX_BETWEENNESS|-"
graph-tool error: graph filtering error: filter not found
This is a bug in graph-tool. I'll fix it in the git repository shortly. As a temporary workaround, you can simply run the command on a directed graph, which will have the same result as the undirected, as such: $ graph-tool --undirected --load grafo.dot --directed --central-point-dominance="VERTEX_BETWEENNESS|-" # central point dominance (VERTEX_BETWEENNESS): 0.272109428571 Thanks for pointing this out! Cheers. -- Tiago de Paula Peixoto <tiago@forked.de> 09 F9 11 02 9D 74 E3 5B D8 41 56 C5 63 56 88 C0