Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support INF, -INF in GEXF for double-type ±∞ values #2158

Closed
wkschwartz opened this issue Dec 7, 2019 · 0 comments
Closed

Support INF, -INF in GEXF for double-type ±∞ values #2158

wkschwartz opened this issue Dec 7, 2019 · 0 comments
Assignees
Milestone

Comments

@wkschwartz
Copy link

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 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants