We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
(Pdb) print left.dtype, right.dtype int32 int64
Sorry, something went wrong.
so sparc is big-endian.....all others are little...
yes, but not _all_ others are little -- there are other big endians in Debian eg hppa, powerpc, etc: https://wiki.debian.org/ArchitectureSpecificsMemo
do people still use powerpc?
this test fixed...easy
Successfully merging a pull request may close this issue.
v0.11.0-492-gb204e14
in any case would be nice to replace this with assert_equal
The text was updated successfully, but these errors were encountered: