remove_edge doesn't work...

1 view
Skip to first unread message

Sudarshan Iyengar

unread,
Nov 18, 2009, 2:35:46 AM11/18/09
to networkx...@googlegroups.com
Hi,

networkx 1.0rc1
python 2.6.4

remove_edge doesn't seem to be there.

>>> nx.remove_edge(G,u)
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
AttributeError: 'module' object has no attribute 'remove_edge'
>>>

Sudarshan

Sudarshan Iyengar

unread,
Nov 18, 2009, 2:39:04 AM11/18/09
to networkx...@googlegroups.com
Sorry! My usage of the function was wrong. It should have been G.remove_edge(u)

Sudarshan
Reply all
Reply to author
Forward
0 new messages