[phpBB Debug] PHP Warning: in file [ROOT]/phpbb/session.php on line 583: sizeof(): Parameter must be an array or an object that implements Countable
[phpBB Debug] PHP Warning: in file [ROOT]/phpbb/session.php on line 639: sizeof(): Parameter must be an array or an object that implements Countable
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4516: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3262)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4516: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3262)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4516: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3262)
Gephi forums •Parallel directed and undirected edges in .graphml
Page 1 of 1

Parallel directed and undirected edges in .graphml

Posted: 12 Jan 2018 12:03
by Balinkay
Hi!

First of all, apologies if this question has been asked before, I couldn't find it.

I'm trying to import a .graphml file into Gephi that contains parallel edges. Yesterday it worked fine, but today, after updating some plugins, not all edges are imported properly. From what I can gather parallel edges are being imported correctly, with the exception of the case where one edge is directed and the other is not. Then the one appearing later in the .graphml document is simply omitted.

I am using Gephi 0.92. The file I am trying to import can be found here: http://graphdrawing.de/contest2018/got-graph.graphml

Currently only 153 of the 216 edges are being imported.

Thanks in advance!

Re: Parallel directed and undirected edges in .graphml

Posted: 12 Jan 2018 13:06
by eduramiba
What plugins did you update?

Anyway, I think undirected and directed equal edges are not compatible https://github.com/gephi/gephi/blob/mas ... .java#L294

Re: Parallel directed and undirected edges in .graphml

Posted: 12 Jan 2018 13:56
by Balinkay
Not sure what plugins updates were, but I see your point. Thanks for the reply!