-
-
Notifications
You must be signed in to change notification settings - Fork 18.5k
TST/BUG: stata failures on big endian #5781
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
@jreback , what where the other failing tests? need to mark everything dirty until fixed. If this isn't resolved by 0.14 release time please ping me and I'll just nuke it from space. |
@y-p there are 5 skips; my brief investigation is that it needs to do some kind of byte swapping in order to compose some of the data on read-back. I don't know enough about what its supposed to do. |
Hi guys -- would anyone have time to look at this one? Would anyone have time/interest to look into it? |
just going to disable the tests (again) |
oh no... ok -- let me look into it at least briefly. On Wed, 28 May 2014, jreback wrote:
Yaroslav O. Halchenko, Ph.D. |
I think the reading/writing is prob incorrect (e.g. may need byteswapping on big endian) as these are raw byte reads...but noone I know has a big endian :) so not sure what can do about it |
On Wed, 28 May 2014, jreback wrote:
I think I gave you access to a big endian already... at least I see a Yaroslav O. Halchenko, Ph.D. |
I know, that's how I debugged the value_counts issue :) no time to do anything about these stata issues (and its a low-level code reading)...this issue will stay open, maybe someone will get to it at some point |
related #5778
Investigate/fix whether the test failures (currently skipped on big-endian) are actual bugs or just an odd test.
cc @PKEuS
The text was updated successfully, but these errors were encountered: