igraph-help
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [igraph] GraphML RuntimeWarning


From: Tamás Nepusz
Subject: Re: [igraph] GraphML RuntimeWarning
Date: Thu, 4 Sep 2014 14:57:38 +0200

> IMHO, as long as the two ids are the same, there is no need for a warning.
This is hard to ensure when you remove vertices from the graph: as soon as you 
delete a vertex from your graph, the two IDs will be out of sync because igraph 
will simply use "n0", "n1", "n2" and so on in the GraphML file that is written 
to the disk, while it will keep the value of the "id" vertex attribute.

Best,
T.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]