[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 •Import from DL. format bug
Page 1 of 1

Import from DL. format bug

Posted: 10 Aug 2010 17:54
by koshi
It seems like Gephi does not see "format" option in DL files. Even Examples does not work correctly (only fullmatrix support).

Re: Import from DL. format bug

Posted: 13 Aug 2010 08:36
by mbastian
Hi, could you give me an example of a problematic file?

Re: Import from DL. format bug

Posted: 14 Aug 2010 17:55
by koshi
Hi, you can try any file at http://gephi.org/users/supported-graph- ... dl-format/
For example

Code: Select all

DL N = 5
Data:
0 1 1 1 1
1 0 1 0 0
1 1 0 0 1
1 0 0 0 0
1 0 1 0 0

Re: Import from DL. format bug

Posted: 17 Aug 2010 08:52
by mbastian
Yes there is an issue, I created a bug. It will be fixed in the next release. Thank you for reporting.