-
Notifications
You must be signed in to change notification settings - Fork 8
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
InvalidInputValue Error Using NLDI navigate_byid() #61
Comments
I just tried updating the |
I just remembered the issue that I addressed in 0.13.2. The NLDI web service, which this function uses, has recently been updated and these changes broke this function. So I fixed it in 0.13.3. I am guessing that you are still using the cached response from your previous runs. Please remove the HyRiver's cache directory and try again. By default HyRiver creates a folder called |
Success! Rebuilt using 0.13.3 + deleted |
What happened:
Following an example notebook - dam_impact.ipynb fails at the cell (17) using
navigate_byid()
. All previous cells executed successfully and in sequence. Returns the following error -What you expected to happen: Cell executes + calls NLDI web service using function
Environment: Created conda environment using repo's .yml. Installed Jupyter Lab & running in VSCode.
The text was updated successfully, but these errors were encountered: