2 Jun
2011
2 Jun
'11
8:29 p.m.
On 06/02/2011 08:54 PM, Håvard Wahl Kongsgård wrote:
OK, I tried this
g = load_graph("/home/havard/Untitled.xml",file_format='xml')
name = g.vertex_properties["label"]
print find_vertex(g,name,'1313754909')
- why does find_vertex return multiple matches? I in my case the nodes have a unique label.
Hm, this is because you just found a bug in the string ordering code... I've just corrected it in the git version. Cheers, Tiago -- Tiago de Paula Peixoto <tiago@skewed.de>