Skip to content
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

TST: blosc>1.4.1 failing #14143

Closed
jreback opened this issue Sep 2, 2016 · 1 comment
Closed

TST: blosc>1.4.1 failing #14143

jreback opened this issue Sep 2, 2016 · 1 comment
Labels
Compat pandas objects compatability with Numpy or Python functions Testing pandas testing functions or related to the test suite
Milestone

Comments

@jreback
Copy link
Contributor

jreback commented Sep 2, 2016

xref: #14142

seems this update just hit and failing 1 tests here
worked here

seems like a back-compat issue (new blosc not reading older blosc?)

======================================================================
ERROR: pandas.io.tests.test_packers.TestMsgpack.test_msgpack('0.17.1',)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/travis/miniconda/envs/pandas/lib/python2.7/site-packages/nose/case.py", line 197, in runTest
    self.test(*self.arg)
  File "/home/travis/build/pydata/pandas/pandas/io/tests/test_packers.py", line 873, in read_msgpacks
    self.compare(vf, version)
  File "/home/travis/build/pydata/pandas/pandas/io/tests/test_packers.py", line 817, in compare
    data = read_msgpack(vf, encoding='latin-1')
  File "/home/travis/build/pydata/pandas/pandas/io/packers.py", line 202, in read_msgpack
    return read(fh)
  File "/home/travis/build/pydata/pandas/pandas/io/packers.py", line 187, in read
    l = list(unpack(fh, encoding=encoding, **kwargs))
  File "_unpacker.pyx", line 459, in pandas.msgpack._unpacker.Unpacker.__next__ (pandas/msgpack/_unpacker.cpp:4709)
  File "_unpacker.pyx", line 390, in pandas.msgpack._unpacker.Unpacker._unpack (pandas/msgpack/_unpacker.cpp:3843)
  File "/home/travis/build/pydata/pandas/pandas/io/packers.py", line 628, in decode
    blocks = [create_block(b) for b in obj[u'blocks']]
  File "/home/travis/build/pydata/pandas/pandas/io/packers.py", line 615, in create_block
    b[u'compress']), b[u'shape'])
  File "/home/travis/build/pydata/pandas/pandas/io/packers.py", line 329, in unconvert
    _move_into_mutable_buffer(decompress(values)),
  File "/home/travis/miniconda/envs/pandas/lib/python2.7/site-packages/blosc/toplevel.py", line 485, in decompress
    return _ext.decompress(bytesobj, as_bytearray)
error: Error -1 while decompressing data
----------------------------------------------------------------------
@jreback jreback added Testing pandas testing functions or related to the test suite Compat pandas objects compatability with Numpy or Python functions labels Sep 2, 2016
@jreback jreback added this to the 0.19.0 milestone Sep 2, 2016
@jreback
Copy link
Contributor Author

jreback commented Sep 2, 2016

cc @kawochen
cc @llllllllll

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

No branches or pull requests

1 participant