-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
CI: numpy dev started failing #14489
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
Comments
cc @shoyer |
@jreback : The breaking PR is numpy/numpy #8127. |
I think we should just fix the test. Negative integers to negative powers was already broken in previous versions of NumPy. The other choice would be to coerce all arguments to floats before taking powers. |
jreback
added a commit
to jreback/pandas
that referenced
this issue
Oct 26, 2016
jorisvandenbossche
pushed a commit
to jorisvandenbossche/pandas
that referenced
this issue
Nov 2, 2016
… negative integers to neg powers xref numpy/numpy#8127 closes pandas-dev#14489 Author: Jeff Reback <[email protected]> Closes pandas-dev#14498 from jreback/compat and squashes the following commits: 882872e [Jeff Reback] COMPAT/TST: fix test for range testing of negative integers to neg powers (cherry picked from commit 050bf60)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://travis-ci.org/pandas-dev/pandas/jobs/169382808
IIRC some issues w.r.t. int ** int. unrelated to this PR.
The text was updated successfully, but these errors were encountered: