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

RuntimeWarning: invalid value encountered in power #426

Closed
certik opened this issue Sep 4, 2012 · 1 comment
Closed

RuntimeWarning: invalid value encountered in power #426

certik opened this issue Sep 4, 2012 · 1 comment
Milestone

Comments

@certik
Copy link
Contributor

certik commented Sep 4, 2012

See here: http://travis-ci.org/#!/numpy/numpy/jobs/2337235

======================================================================
2784ERROR: Test a special case for var
2785----------------------------------------------------------------------
2786Traceback (most recent call last):
2787  File "/home/travis/virtualenv/python2.7/local/lib/python2.7/site-packages/numpy/ma/tests/test_core.py", line 2731, in test_varstd_specialcases
2788    _ = method(out=mout)
2789  File "/home/travis/virtualenv/python2.7/local/lib/python2.7/site-packages/numpy/ma/core.py", line 4780, in std
2790    np.power(out, 0.5, out=out, casting='unsafe')
2791RuntimeWarning: invalid value encountered in power

This is related to #394.

@certik
Copy link
Contributor Author

certik commented Nov 14, 2012

This was fixed by ea23de8.

@certik certik closed this as completed Nov 14, 2012
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