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

problem with format for writing Water Level #40

Open
chstefanakos opened this issue Oct 10, 2024 · 0 comments
Open

problem with format for writing Water Level #40

chstefanakos opened this issue Oct 10, 2024 · 0 comments

Comments

@chstefanakos
Copy link

There is a problem writing the values of water level, when these are NaN.
So, in version 1, I changed in file "\dnora\dnora\wlv\write.py", line 78:
from
[ct, :, :]*1000, fmt='%i')
to
[ct, :, :]*1000, fmt='%4.0f')

I don't know how/where it is in ver.2. So, it's up to you to change it there (ver.2).

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