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

Error when selecting water level data #269

Open
jnsebgosselin opened this issue Feb 13, 2019 · 0 comments
Open

Error when selecting water level data #269

jnsebgosselin opened this issue Feb 13, 2019 · 0 comments

Comments

@jnsebgosselin
Copy link
Owner

What steps will reproduce the problem?

  1. Load a water level dataset
  2. Select some data that are not continuous
Loading project from 'Example.gwt'... done
C:\Users\User\gwhat\gwhat\HydroCalc2.py:1386: RuntimeWarning: invalid value encountered in greater_equal
  (self.water_lvl >= min(y_click, y_rel)) &
C:\Users\User\gwhat\gwhat\HydroCalc2.py:1387: RuntimeWarning: invalid value encountered in less_equal
  (self.water_lvl <= max(y_click, y_rel))

Please provide any additional information below

The error pops-up, but everything seems to be working fine though.

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

No branches or pull requests

1 participant