Hello,

I've juste installed Pytables, but I get this error (cf. attachment) when running test_carray.py.

How bad is it ?

Thanks,

--
Yann Le Du
http://yledu.free.fr
Checking read() of chunked layout arrays ... ok
Checking chunked layout array __getitem__ special method ... ok
Checking chunked layout array __setitem__ special method ... ok
Checking read() of chunked layout arrays ... ok
Checking chunked layout array __getitem__ special method ... ok
Checking chunked layout array __setitem__ special method ... ok
Checking read() of chunked layout arrays ... ok
Checking chunked layout array __getitem__ special method ... ok
Checking chunked layout array __setitem__ special method ... ok
Checking read() of chunked layout arrays ... ok
Checking chunked layout array __getitem__ special method ... ok
Checking chunked layout array __setitem__ special method ... ok
Checking read() of chunked layout arrays ... ok
Checking chunked layout array __getitem__ special method ... ok
Checking chunked layout array __setitem__ special method ... ok
Checking read() of chunked layout arrays ... ok
Checking chunked layout array __getitem__ special method ... ok
Checking chunked layout array __setitem__ special method ... ok
Checking read() of chunked layout arrays ... ok
Checking chunked layout array __getitem__ special method ... ok
Checking chunked layout array __setitem__ special method ... ok
Checking read() of chunked layout arrays ... ok
Checking chunked layout array __getitem__ special method ... ok
Checking chunked layout array __setitem__ special method ... ok
Checking read() of chunked layout arrays ... ok
Checking chunked layout array __getitem__ special method ... ok
Checking chunked layout array __setitem__ special method ... ok
Checking read() of chunked layout arrays ... ok
Checking chunked layout array __getitem__ special method ... ok
Checking chunked layout array __setitem__ special method ... ok
Checking read() of chunked layout arrays ... ok
Checking chunked layout array __getitem__ special method ... ok
Checking chunked layout array __setitem__ special method ... ok
Checking read() of chunked layout arrays ... ok
Checking chunked layout array __getitem__ special method ... ok
Checking chunked layout array __setitem__ special method ... ok
Checking read() of chunked layout arrays ... ok
Checking chunked layout array __getitem__ special method ... ok
Checking chunked layout array __setitem__ special method ... ok
Checking read() of chunked layout arrays ... ok
Checking chunked layout array __getitem__ special method ... ok
Checking chunked layout array __setitem__ special method ... ok
Checking read() of chunked layout arrays ... ok
Checking chunked layout array __getitem__ special method ... ok
Checking chunked layout array __setitem__ special method ... ok
Checking read() of chunked layout arrays ... ok
Checking chunked layout array __getitem__ special method ... ok
Checking chunked layout array __setitem__ special method ... ok
Checking read() of chunked layout arrays ... ok
Checking chunked layout array __getitem__ special method ... ok
Checking chunked layout array __setitem__ special method ... ok
Checking read() of chunked layout arrays ... ok
Checking chunked layout array __getitem__ special method ... ok
Checking chunked layout array __setitem__ special method ... ok
Checking read() of chunked layout arrays ... ok
Checking chunked layout array __getitem__ special method ... ok
Checking chunked layout array __setitem__ special method ... ok
Checking read() of chunked layout arrays ... ok
Checking chunked layout array __getitem__ special method ... ok
Checking chunked layout array __setitem__ special method ... ok
Checking read() of chunked layout arrays ... ok
Checking chunked layout array __getitem__ special method ... ok
Checking chunked layout array __setitem__ special method ... ok
Checking read() of chunked layout arrays ... ok
Checking chunked layout array __getitem__ special method ... ok
Checking chunked layout array __setitem__ special method ... ok
Checking read() of chunked layout arrays ... ERROR
Checking chunked layout array __getitem__ special method ... ok
Checking chunked layout array __setitem__ special method ... ok
Checking read() of chunked layout arrays ... ERROR
Checking chunked layout array __getitem__ special method ... ok
Checking chunked layout array __setitem__ special method ... ok
Checking read() of chunked layout arrays ... ERROR
Checking chunked layout array __getitem__ special method ... ok
Checking chunked layout array __setitem__ special method ... ok
Checking read() of chunked layout arrays ... ok
Checking chunked layout array __getitem__ special method ... ok
Checking chunked layout array __setitem__ special method ... ok
Checking read() of chunked layout arrays ... ok
Checking chunked layout array __getitem__ special method ... ok
Checking chunked layout array __setitem__ special method ... ok
Checking read() of chunked layout arrays ... ERROR
Checking chunked layout array __getitem__ special method ... ok
Checking chunked layout array __setitem__ special method ... ok
Checking read() of chunked layout arrays ... ERROR
Checking chunked layout array __getitem__ special method ... ok
Checking chunked layout array __setitem__ special method ... ok
Checking read() of chunked layout arrays ... ok
Checking chunked layout array __getitem__ special method ... ok
Checking chunked layout array __setitem__ special method ... ok
Checking carray with offseted Numeric ints appends ... ok
Checking carray with strided Numeric ints appends ... ok
Checking carray with offseted numarray strings appends ... ok
Checking carray with strided numarray strings appends ... ok
Checking carray with offseted numarray ints appends ... ok
Checking carray with strided numarray ints appends ... ok
Checking read() of chunked layout arrays ... ok
Checking chunked layout array __getitem__ special method ... ok
Checking chunked layout array __setitem__ special method ... ok
Checking read() of chunked layout arrays ... ok
Checking chunked layout array __getitem__ special method ... ok
Checking chunked layout array __setitem__ special method ... ok
Checking CArray.copy() method ... ok
Checking CArray.copy() method ... ok
Checking CArray.copy() method ... ok
Checking CArray.copy() method (where specified) ... ok
Checking CArray.copy() method (Numeric flavor) ... ok
Checking CArray.copy() method (Tuple flavor) ... ok
Checking CArray.copy() method (List flavor) ... ok
Checking CArray.copy() method (String flavor) ... ok
Checking CArray.copy() method (CharArray flavor) ... ok
Checking CArray.copy() method (checking title copying) ... ok
Checking CArray.copy() method (user attributes copied) ... ok
Checking CArray.copy() method (user attributes not copied) ... ok
Checking CArray.copy() method ... ok
Checking CArray.copy() method ... ok
Checking CArray.copy() method ... ok
Checking CArray.copy() method (where specified) ... ok
Checking CArray.copy() method (Numeric flavor) ... ok
Checking CArray.copy() method (Tuple flavor) ... ok
Checking CArray.copy() method (List flavor) ... ok
Checking CArray.copy() method (String flavor) ... ok
Checking CArray.copy() method (CharArray flavor) ... ok
Checking CArray.copy() method (checking title copying) ... ok
Checking CArray.copy() method (user attributes copied) ... ok
Checking CArray.copy() method (user attributes not copied) ... ok
Checking CArray.copy() method with indexes ... ok
Checking CArray.copy() method with indexes ... ok
Checking CArray.copy() method with indexes ... ok
Checking CArray.copy() method with indexes ... ok
Checking CArray.copy() method with indexes ... ok

======================================================================
ERROR: None (__main__.NumericInt8TestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "test_carray.py", line 162, in test01_readCArray
    object = object_[self.start:stop:self.step].copy()
IndexError: invalid slice

======================================================================
ERROR: None (__main__.NumericInt16TestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "test_carray.py", line 162, in test01_readCArray
    object = object_[self.start:stop:self.step].copy()
IndexError: invalid slice

======================================================================
ERROR: None (__main__.NumericInt32TestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "test_carray.py", line 162, in test01_readCArray
    object = object_[self.start:stop:self.step].copy()
IndexError: invalid slice

======================================================================
ERROR: None (__main__.NumericComplex32TestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "test_carray.py", line 162, in test01_readCArray
    object = object_[self.start:stop:self.step].copy()
IndexError: invalid slice

======================================================================
ERROR: None (__main__.NumericComplex64TestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "test_carray.py", line 162, in test01_readCArray
    object = object_[self.start:stop:self.step].copy()
IndexError: invalid slice

----------------------------------------------------------------------
Ran 131 tests in 5.298s

FAILED (errors=5)

Reply via email to