← Back to team overview

gephi.team team mailing list archive

[Bug 660200] Re: GDF export generates invalid files

 

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

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

-- 
You received this bug notification because you are a member of Gephi
Team, which is subscribed to 0.7.
https://bugs.launchpad.net/bugs/660200

Title:
  GDF export generates invalid files

Status in Gephi - Network exploration and manipulation:
  Fix Released
Status in Gephi 0.7 series:
  Fix Released

Bug description:
  Exporting in GDF produces this sample when edges has no label:

  nodedef> name VARCHAR,label VARCHAR,width DOUBLE,height DOUBLE,x DOUBLE,y DOUBLE,color VARCHAR,Modularity Class INTEGER
  0.0,"Myriel",28.685719,28.685719,846.527,-1570.72,'91,91,245',0
  1.0,"Napoleon",4.0,4.0,1425.0109,-2524.0613,'91,91,245',0
  ...
  edgedef> node1,node2,label VARCHAR,weight DOUBLE,directed BOOLEAN,color VARCHAR
  1.0,0.0,,1.0,true,'-255,-255,-255',"0",1.0

  The edge label column is empty so it leads to a SEVERE error when
  trying to import this file.