-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
0.15.0 test_stata strikes back on various less common platforms on #8688
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
Probably for now - there was a non-trivial change in the way that data is read and written (it is much faster now, but obviously doesn't work where not tested). I would guess there are some endian issues when reading stata files created on LE when using BE - probably a With no BE to test on it is hard to know. |
I can give you access to a BE box... unfortunately it is down ATM (so http://nipy.bic.berkeley.edu/waterfall?category=pandas says offline :-/) -- will bring it up tomorrow. you send me via email access information (login, public ssh key) and state fingerprint of your ssh key here for such a lousy verification ;-) |
ok -- that box online and freshier reports could be found among '-sparc-' ones on http://nipy.bic.berkeley.edu/waterfall?category=pandas . My offer above is still in place @bashtage |
I plan on taking you up on it - a little bandwidth constrained for the next 10 days or so. Should probably mark these as skip since it will be a while until there can be a fix. |
@yarikoptic Email on the way. Fingerprint: |
@bashtage update on this? |
Did not get access to BE server yet. On Nov 30, 2014 5:31 PM, jreback [email protected] wrote: @bashtagehttps://github.com/bashtage update on this? — |
Damn I have missed your email I guess, sorry @basgtage !... I will take care about it with an hour |
@bashtage reply went via email -- account is ready |
@yarikoptic This patch should fix. Thanks for your help with the SPARC account. Let me know if this continues to fail on other big endian systems. |
Added endianess flat to data type to allow data to be read cross platforms closes pandas-dev#8688
e.g. 64bit big-endian
https://buildd.debian.org/status/fetch.php?pkg=pandas&arch=s390x&ver=0.15.0-1&stamp=1414699796
and others
https://buildd.debian.org/status/package.php?p=pandas
(some have other failures as well, yet to find a moment to "analyze", but e.g. hurd-i386 fails test_precise_conversion)
could/should all stata tests be skipped on big-endians?
The text was updated successfully, but these errors were encountered: