Branch: refs/heads/develop
Home: https://github.com/cytoscape/cytoscape-impl
Commit: d12973aa29d2676f45ec93cbf4852d77ed4b1280
https://github.com/cytoscape/cytoscape-impl/commit/d12973aa29d2676f45ec93cbf4852d77ed4b1280
Author: Scooter Morris <[email protected]>
Date: 2020-03-06 (Fri, 06 Mar 2020)
Changed paths:
M
table-import-impl/src/main/java/org/cytoscape/tableimport/internal/reader/AbstractLineParser.java
M
table-import-impl/src/main/java/org/cytoscape/tableimport/internal/util/TypeUtil.java
Log Message:
-----------
CYTOSCAPE-12674 Fix import of floating point data with scientific
notation. The switch to DecimalFormat.parse meant that scientific
notation data can only be imported with "E" rather than "e". This patch
looks for "e" in floating point values and changes them to "E". Not
elegant, but it works.
--
You received this message because you are subscribed to the Google Groups
"cytoscape-cvs" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/cytoscape-cvs/cytoscape/cytoscape-impl/push/refs/heads/develop/c653cd-d12973%40github.com.