Data Lab Import Spreadsheet should not ignore parallel edges
Bug #785635 reported by
Sébastien Heymann
on 2011-05-20
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
| Gephi |
Fix Released
|
Medium
|
Eduardo Ramos |
Bug Description
When I use the "Import Spreadsheet" in the Data Lab, it only imports the first edge, the others are ignored. Imagine an edge list:
CODE: SELECT ALL
"ID" "Source" "Target" "AnAttribute"
0 1 2 attrvalue0
1 1 2 attrvalue1
Only the first edge will be imported, the second is ignored.
In a case of parallel edges, I suggest to warn the user and make the "Import Spreadsheet" to behave like the CSV File Importer do by summing the weights if possible, and leave blank the other attributes.
Sébastien Heymann (sebastien.heymann)
on 2011-05-20
Changed in gephi: | |
assignee: | nobody → Eduardo Ramos (eduramiba) |
milestone: | none → 0.8alpha |
importance: | Undecided → Medium |
tags: | added: datalab |
Eduardo Ramos (eduramiba) wrote : | #2 |
An better fix for this bug was commited in rev 2233 in order to sum weights when they are specified instead of always adding 1.
Mathieu Bastian (mathieu.bastian)
on 2011-10-09
Changed in gephi: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
Fixed in rev 2232