-
-
Notifications
You must be signed in to change notification settings - Fork 18.6k
tseries and TestSeries test errors on Python 3.3 and OSX #11232
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
can you show |
I just set a run going with https://travis-ci.org/MacPython/pandas-wheels/jobs/83722994 Is it possible it's the numpy version? Python 3.3 tests against 1.7.1, but 3.4 and 3.5 test against latest numpy (because of some other incompatibilities). |
I can reproduce on my local machine with numpy==1.7.1, no failures for numpy==1.8.1. |
I found it |
COMPAT/PERF: lib.ismember_int64 on older numpies/cython not comparing correctly #11232
Building and testing OSX wheels for 0.17.0, I am getting these errors on Python 3.3 (not 2.7 or 3.4 or 3.5):
Full log at https://s3.amazonaws.com/archive.travis-ci.org/jobs/83497520/log.txt
I think I'm testing with the same parameters as the Linux test runs. Am I missing something?
The text was updated successfully, but these errors were encountered: