GraphML importer doesn't detects Undirected graphs

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

Bug Description

Way to reprodude:
1) Open Gephi and the following GraphML file, with 'undirected' set as 'edgedefault"
The Import Report detects "Directed' instead of "Undirected"

<graphml xmlns="http://graphml.graphdrawing.org/xmlns">
<graph edgedefault="undirected">
<node id="Hello">
</node>
<node id="World">
</node>
<edge source="Hello" target="World" />
</graph>
</graphml>

Tags: graphml
Changed in gephi:
status: Confirmed → Fix Committed
summary: - GraphML importer doesn't detect Undirected graphs
+ GraphML importer doesn't detects Undirected graphs
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.