We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Somewhat sporadically, seeing warnings (not exceptions) popping up with the Peak Flow calculator
drainit\calculators\runoff.py:166: RuntimeWarning: divide by zero encountered in log10 qu = 10 ** (CONST_0 + CONST_1 * numpy.log10(tc_hr) + CONST_2 * (numpy.log10(tc_hr))**2 - 2.366) drainit\calculators\runoff.py:166: RuntimeWarning: invalid value encountered in double_scalars qu = 10 ** (CONST_0 + CONST_1 * numpy.log10(tc_hr) + CONST_2 * (numpy.log10(tc_hr))**2 - 2.366)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Somewhat sporadically, seeing warnings (not exceptions) popping up with the Peak Flow calculator
The text was updated successfully, but these errors were encountered: