← Back to team overview

gephi.team team mailing list archive

[Bug 571875] [NEW] GraphML importer doesn't detects Undirected graphs

 

Public bug reported:

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>

** Affects: gephi
     Importance: Low
     Assignee: Mathieu Bastian (mathieu.bastian)
         Status: Fix Committed

** Affects: gephi/0.7
     Importance: Low
         Status: Fix Committed


** Tags: graphml

** Also affects: gephi/0.7
   Importance: Undecided
       Status: New

** Changed in: gephi/0.7
       Status: New => Confirmed

** Changed in: gephi/0.7
   Importance: Undecided => Low

** Changed in: gephi
       Status: Confirmed => Fix Committed

** Changed in: gephi/0.7
       Status: Confirmed => Fix Committed

** Summary changed:

- GraphML importer doesn't detect Undirected graphs
+ GraphML importer doesn't detects Undirected graphs

-- 
GraphML importer doesn't detects Undirected graphs
https://bugs.launchpad.net/bugs/571875
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 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>





Follow ups

References