gephi.team team mailing list archive
-
gephi.team team
-
Mailing list archive
-
Message #00630
[Bug 648600] [NEW] Edges weight not merged with parallel edges
Public bug reported:
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.
** Affects: gephi
Importance: Wishlist
Assignee: Mathieu Bastian (mathieu.bastian)
Status: Fix Committed
** Affects: gephi/0.7
Importance: Wishlist
Status: Fix Committed
** Tags: import
** Also affects: gephi/0.7
Importance: Undecided
Status: New
** Changed in: gephi/0.7
Status: New => Confirmed
** Changed in: gephi/0.7
Importance: Undecided => Wishlist
** Changed in: gephi
Status: Confirmed => Fix Committed
** Changed in: gephi/0.7
Status: Confirmed => Fix Committed
--
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 Committed
Status in Gephi 0.7 series: Fix Committed
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.
Follow ups
References