Skip to content

TST: test_typ FAILs on sparc #3895

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
yarikoptic opened this issue Jun 13, 2013 · 5 comments · Fixed by #3898
Closed

TST: test_typ FAILs on sparc #3895

yarikoptic opened this issue Jun 13, 2013 · 5 comments · Fixed by #3898
Labels
Testing pandas testing functions or related to the test suite
Milestone

Comments

@yarikoptic
Copy link
Contributor

v0.11.0-492-gb204e14

======================================================================
FAIL: test_typ (pandas.io.tests.test_json.test_pandas.TestPandasObjects)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/yoh/deb/gits/pkg-exppsy/pandas/debian/tmp/usr/lib/python2.7/dist-packages/pandas/io/tests/test_json/test_pandas.py", line 250, in test_typ
    assert_series_equal(result,s)
  File "/home/yoh/deb/gits/pkg-exppsy/pandas/debian/tmp/usr/lib/python2.7/dist-packages/pandas/util/testing.py", line 199, in assert_series_equal
    assert(left.dtype == right.dtype)
AssertionError

in any case would be nice to replace this with assert_equal

@yarikoptic
Copy link
Contributor Author

(Pdb) print left.dtype, right.dtype
int32 int64

@jreback
Copy link
Contributor

jreback commented Jun 13, 2013

so sparc is big-endian.....all others are little...

@yarikoptic
Copy link
Contributor Author

yes, but not _all_ others are little -- there are other big endians in Debian eg hppa, powerpc, etc:
https://wiki.debian.org/ArchitectureSpecificsMemo

@cpcloud
Copy link
Member

cpcloud commented Jun 13, 2013

do people still use powerpc?

@jreback
Copy link
Contributor

jreback commented Jun 13, 2013

this test fixed...easy

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Testing pandas testing functions or related to the test suite
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants