Comment 6 for bug 514264

Revision history for this message
Dimitris Kalamaras (dimitris-kalamaras) wrote :

Antonio, I was wrong in the first report/bug description. SocNetV does support strings in ids. It has nothing to do with your killer graphs.

The "problem" with your killer test files is that they sometimes declare edges between nodes which have not been declared yet. Although node/edge order is not in GraphML specs, SocNetV expects GraphML nodes to be declared before edges.

For instance, the problem with your test.graphml (comment #5) is in line 11 where it tells SocNetV to create an edge between source 1 and target 13, but the latter (node 13) has not been declared or created yet.

The same problem appears in test.graphml (comment #3). In line 31
    <edge target="56" source="2" directed="true" id="e-2-sex_id"/>

source node 56 is not declared yet.

As for test.graphml.without-relations, this appears to load OK in development/0.81 version. It loads 408 nodes and 344 links.

Thank you for reporting this bug. I will try to have it fixed in v0.90.