VirtualFlyBrain / neo4j2owl

Semantics preserving mapping of OWL 2 EL and Neo4J. Under development, do not use.
Apache License 2.0
6 stars 3 forks source link

Type casting for data values should never result in scientific notation strings. #59

Open matentzn opened 3 years ago

matentzn commented 3 years ago

There are some areas where typecasting happens, but I would probably start looking here:

https://github.com/VirtualFlyBrain/neo4j2owl/blob/8aa437b9592ffc66005b84554e3ac73b584aca41/src/main/java/ebi/spot/neo4j2owl/exporter/N2OExportService.java#L277

Sometimes, when dealing with doubles, numbers can suddenly be rendered into scientific notation. That should be generally prevented.