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

Pfs. String parameters which look like scientific notation floats gets parsed as float! #481

Open
jsmariegaard opened this issue Nov 22, 2022 · 0 comments

Comments

@jsmariegaard
Copy link
Member

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant