You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The GEXF format follows XMLSchema spec, which requires floating point ±∞ be represented as INF and -INF. Importing a file containing these values in a type="double" attribute field should work.
Current Behavior
Importing a GEXF file with INF or -INF in a type="double" attribute field causes the fields to be imported as empty.
Context
This is similar to #631, but for importing GEXF-compliant files.
Your Environment
Version used: Gephi 0.9.2
Java version:
$ java -version
java version "1.8.0_92"
Java(TM) SE Runtime Environment (build 1.8.0_92-b14)
Java HotSpot(TM) 64-Bit Server VM (build 25.92-b14, mixed mode)
Operating System: macOS 10.13.16
The text was updated successfully, but these errors were encountered:
Expected Behavior
The GEXF format follows XMLSchema spec, which requires floating point ±∞ be represented as
INF
and-INF
. Importing a file containing these values in atype="double"
attribute field should work.Current Behavior
Importing a GEXF file with
INF
or-INF
in atype="double"
attribute field causes the fields to be imported as empty.Context
This is similar to #631, but for importing GEXF-compliant files.
Your Environment
The text was updated successfully, but these errors were encountered: