Graph set_simplify has bug ?

16 views
Skip to first unread message

puruta

unread,
Jun 22, 2009, 11:18:59 PM6/22/09
to pydot
Graph to_string method makes exception when i used set_simplify.

File "/usr/lib/python2.5/site-packages/pydot.py", line 1458, in
to_string
if self.obj_dict.get('simplify', False) and elm in edges_done:

in graph.to_string(), to remove duplicate edges , pydot is using
edges_done as set().

And this set's element is edge object. I think this set object has to
keep string of edge.to_string().

Thanks,
Reply all
Reply to author
Forward
0 new messages