GML loading cannot accept scientific notation for float-type edge property

Bug #711569 reported by Roby Joehanes
10
This bug affects 2 people
Affects Status Importance Assigned to Milestone
Gephi
Confirmed
Low
Sébastien Heymann

Bug Description

I would expect Gephi GML loader would admit scientific notations, but it doesn't. Scientific notation is prescribed in the GML official specification (see page 2):
http://www.fim.uni-passau.de/fileadmin/files/lehrstuhl/brandenburg/projekte/gml/gml-technical-report.pdf

Sample file:
graph [
 directed 0

 node [
  id 3719161
  label "GGNBP2"
 ]
 node [
  id 3719150
  label "PIGW"
 ]
 edge [
  source 3719161
  target 3719150
  CtrlRSq 0.03564458751187731
  CasePVal 0.36896971076737917
  CtrlPVal 6.870900696337445E-4
  CaseRSq 0.006731404647102828
 ]
]

Changed in gephi:
status: New → Confirmed
milestone: none → 0.7beta
importance: Undecided → Low
assignee: nobody → Sébastien Heymann (sebastien.heymann)
Revision history for this message
Subhasis Ray (ray-subhasis) wrote :

This occurs when importing other formats like dot and graphml format as well.

Revision history for this message
Sébastien Heymann (sebastien.heymann) wrote :

This issue is known: https://github.com/gephi/gephi/issues/300

Please use Github now.

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.