mikeio
mikeio copied to clipboard
Pfs. String parameters which look like scientific notation floats gets parsed as float!
In a PFS file, strings like this:
ID_A = '1E-3'
which could be interpreted as the scientific notation 1e-3 for 0.001, is parsed incorrectly by MIKE IO. It will be parsed as a scientific float and not as a string. Thanks, @watermain for identifying this problem.