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

Can not access to the hrt of a node? #360

Closed
jlonghku opened this issue Aug 30, 2022 · 0 comments
Closed

Can not access to the hrt of a node? #360

jlonghku opened this issue Aug 30, 2022 · 0 comments
Labels

Comments

@jlonghku
Copy link

It does not work when I try to access the hydraulic residence time of a node. That might be caused by the name changes of features of NodeResults (hrt). It works after I changed the code in node.py return self._model.getNodeResult(self._nodeid, NodeResults.hrt.value) to return self._model.getNodeResult(self._nodeid, NodeResults.hyd_res_time.value). Is it a suitable way to fix it or any other ways to correct it?

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

No branches or pull requests

1 participant