Edges weight not merged with parallel edges

Bug #648600 reported by Mathieu Bastian
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Gephi
Fix Released
Wishlist
Mathieu Bastian
0.7
Fix Released
Wishlist
Unassigned

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.

Tags: import
Changed in gephi:
status: Confirmed → Fix Committed
Changed in gephi:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.