gephi.team team mailing list archive
-
gephi.team team
-
Mailing list archive
-
Message #00647
[Bug 648600] Re: Edges weight not merged with parallel edges
** Changed in: gephi
Status: Fix Committed => Fix Released
** Changed in: gephi/0.7
Status: Fix Committed => Fix Released
--
Edges weight not merged with parallel edges
https://bugs.launchpad.net/bugs/648600
You received this bug notification because you are a member of Gephi
Team, which is subscribed to 0.7.
Status in Gephi - Network exploration and manipulation: Fix Released
Status in Gephi 0.7 series: Fix Released
Bug description:
Way to reproduce
1) Import Graph file with two parallel edges
<?xml version="1.0" encoding="UTF-8"?>
<gexf xmlns="http://www.gexf.net/1.1draft" version="1.1">
<graph mode="static" defaultedgetype="directed">
<nodes>
<node id="0" label="Hello" />
<node id="1" label="Word" />
</nodes>
<edges>
<edge source="0" target="1" />
<edge source="0" target="1" />
</edges>
</graph>
</gexf>
The edge weight should be merged, and have value equal to 2.0.
References