uclchem / UCLCHEM

UCLCHEM - A gas-grain chemical code for Astrochemistry.
MIT License
29 stars 14 forks source link

Large exponents overwrite exponent sign #25

Closed GijsVermarien closed 1 year ago

GijsVermarien commented 1 year ago

When trying to analyze some of the files I ran into a value that was marked as "non-numeric" by pandas:

0          0.00000E+00
1          3.05698-105
2          4.50159E-67
3          7.77345E-60

It appears that the large exponent overwrites "E". Do we want to do anything about this, maybe just format the exponent with one more padded 0 just in case?