** Changed in: gephi
Status: Fix Committed => Fix Released
** Changed in: gephi/0.7
Status: Fix Committed => Fix Released
--
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 Released
Status in Gephi 0.7 series: Fix Released
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>
_______________________________________________
Mailing list: https://launchpad.net/~gephi.team
Post to : [email protected]
Unsubscribe : https://launchpad.net/~gephi.team
More help : https://help.launchpad.net/ListHelp