Skip to content

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

Closed
jreback opened this issue Dec 27, 2013 · 8 comments · Fixed by #7272
Closed

TST/BUG: stata failures on big endian #5781

jreback opened this issue Dec 27, 2013 · 8 comments · Fixed by #7272
Labels
Bug IO Data IO issues that don't fit into a more specific label Testing pandas testing functions or related to the test suite
Milestone

Comments

@jreback
Copy link
Contributor

jreback commented Dec 27, 2013

related #5778

Investigate/fix whether the test failures (currently skipped on big-endian) are actual bugs or just an odd test.

cc @PKEuS

@ghost
Copy link

ghost commented Dec 27, 2013

@jreback , what where the other failing tests? need to mark everything dirty until fixed.
I suspect the user base for stata on sparc numbers somewhere in the lower 0'z, so perhaps
it's just fine to blacklist the whole thing and call it duly mitigated.

If this isn't resolved by 0.14 release time please ping me and I'll just nuke it from space.

@jreback
Copy link
Contributor Author

jreback commented Dec 27, 2013

@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.

@jreback jreback modified the milestones: 0.15.0, 0.14.0 Apr 21, 2014
@yarikoptic
Copy link
Contributor

Hi guys -- would anyone have time to look at this one?
It keeps buildbots unhappy on the sparc box (http://nipy.bic.berkeley.edu/builders/pandas-py2.x-sid-sparc/builds/768/steps/shell_7/logs/stdio) and other glorious architectures e.g. https://buildd.debian.org/status/fetch.php?pkg=pandas&arch=powerpc&ver=0.14.0~rc1%2Bgit79-g1fa5dd4-1&stamp=1401244093

Would anyone have time/interest to look into it?

@jreback
Copy link
Contributor Author

jreback commented May 28, 2014

just going to disable the tests (again)

@yarikoptic
Copy link
Contributor

oh no... ok -- let me look into it at least briefly.

On Wed, 28 May 2014, jreback wrote:

just going to disable the tests (again)


Reply to this email directly or [1]view it on GitHub.

References

Visible links

  1. TST/BUG: stata failures on big endian #5781 (comment)

Yaroslav O. Halchenko, Ph.D.
http://neuro.debian.net http://www.pymvpa.org http://www.fail2ban.org
Research Scientist, Psychological and Brain Sciences Dept.
Dartmouth College, 419 Moore Hall, Hinman Box 6207, Hanover, NH 03755
Phone: +1 (603) 646-9834 Fax: +1 (603) 646-1419
WWW: http://www.linkedin.com/in/yarik

@jreback
Copy link
Contributor Author

jreback commented May 28, 2014

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

@yarikoptic
Copy link
Contributor

On Wed, 28 May 2014, jreback wrote:

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

I think I gave you access to a big endian already... at least I see a
jreback user on that vagus box ;)

Yaroslav O. Halchenko, Ph.D.
http://neuro.debian.net http://www.pymvpa.org http://www.fail2ban.org
Research Scientist, Psychological and Brain Sciences Dept.
Dartmouth College, 419 Moore Hall, Hinman Box 6207, Hanover, NH 03755
Phone: +1 (603) 646-9834 Fax: +1 (603) 646-1419
WWW: http://www.linkedin.com/in/yarik

@jreback
Copy link
Contributor Author

jreback commented May 28, 2014

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug IO Data IO issues that don't fit into a more specific label Testing pandas testing functions or related to the test suite
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants