-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
TST: failing tests at pandas-wheels #14183
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
ok so now we are building daily wheels, hosted at most builds working, but 32-bit still has issues. Since these are build daily we can actually 'test' 32-bit fixes to some extent. https://travis-ci.org/MacPython/pandas-wheels/jobs/212206134 |
ok our daily builds are now running; hosted here (I put a link on the wiki as well): http://8b8c47f30575e674b56d-47bd50c35cd79bd838daf386af554a83.r59.cf2.rackcdn.com/ 32-bit builds failing though. |
closes #14866 xref #14183 Author: Jeff Reback <[email protected]> Closes #15766 from jreback/32bit and squashes the following commits: 93c03e3 [Jeff Reback] BUG: 32bit compat for .get_indexer 4163918 [Jeff Reback] BUG: fix isin for 32bit platform issues 1bb2f60 [Jeff Reback] BUG: cut/qcut should always return int64 bins
@jreback Great! |
@jorisvandenbossche sure (soon). trying to see if I can fix up some of these....... |
done! |
@jreback Thanks! |
@gfyoung any idea why this is failing on 32-bit (only). see the above link. unfort no easy way to debug this (unless you happen to have a 32-bit machine!). maybe sorting is somehow messed up?
|
closes pandas-dev#14866 xref pandas-dev#14183 Author: Jeff Reback <[email protected]> Closes pandas-dev#15766 from jreback/32bit and squashes the following commits: 93c03e3 [Jeff Reback] BUG: 32bit compat for .get_indexer 4163918 [Jeff Reback] BUG: fix isin for 32bit platform issues 1bb2f60 [Jeff Reback] BUG: cut/qcut should always return int64 bins
A bunch of tests are failing in the wheel-building repo (https://github.com/MacPython/pandas-wheels): https://travis-ci.org/MacPython/pandas-wheels/builds/158414872
It are mainly issues with 32 bit linux (see eg https://travis-ci.org/MacPython/pandas-wheels/jobs/158414875), but also some tests are failing for 64bit:
On 2.7:
On 3.5:
I can't directly reproduce, but that last one is possibly an issue with the numpy version
The text was updated successfully, but these errors were encountered: