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

Elevation of imported reservoirs broken #10

Open
angusmcb opened this issue Jun 24, 2024 · 0 comments
Open

Elevation of imported reservoirs broken #10

angusmcb opened this issue Jun 24, 2024 · 0 comments

Comments

@angusmcb
Copy link

When importing epanet files, reservoir elevation is not imported.

I think that it is due to this line:

reservoir.set_elevation = (tmp[1])

Should be:

reservoir.set_elevation(tmp[1])

Here:
https://github.com/andresgciamtez/wnt/blob/96cfce86fbd109841535f766337cd0e15c154d31/utils_core.py#L493C13-L493C47

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