Hi Carl,

I think you have an outdated version of Numeric. Try with the last one
(24.2).

Cheers,

El dc 05 de 04 del 2006 a les 11:24 +0200, en/na Carl Dr. Kleffner va
escriure:
> Hi,
> 
> here is a test report for Windows XP with python-2.3 an the new tables
> version.
> 
> Regards,
> Carl
> 
> ________________________________________________________________________
> 
> Windows XP prof SP2
> 
> PyTables version:  1.3
> HDF5 version:      1.6.5
> numarray version:  1.5.1
> Zlib version:      1.1.4
> BZIP2 version:     1.0.3 (15-Feb-2005)
> Python version:    2.3.5 (#62, Feb  8 2005, 16:23:02) [MSC v.1200 32 bit
> (Intel)]
> Byte-ordering:     little
> 
> Numeric version:   23.8
> numpy version:     0.9.6
> 
> 
> all tests ok:
> 
>   test_NetCDF
>   test_array
>   test_attributes
>   test_backcompat
>   test_basics
>   test_do_undo
>   test_enum
>   test_filenode
>   test_garbage
>   test_hdf5compat
>   test_indexvalues
>   test_lists
>   test_nestedrecords
>   test_nestedtypes
>   test_nriterators
>   test_tables
>   test_tablesMD
>   test_timetype
>   test_tree
>   test_types
> 
> some tests fails:
> 
>   test_Numeric
>   test_numpy
> 
> some test segfaults:
> 
>   test_create
>   test_indexes
>   test_carray
>   test_earray
>  
> test_vlarray
> 
> test_Numeric
> -----------------------------------------------------------------------------
> Data integrity during recovery (character objects) ... ok
> Data integrity during recovery (non-contiguous character objects) ... ok
> Data integrity during recovery (numerical types) ... FAIL
> Data integrity during recovery (non-contiguous numerical types) ... ok
> Data integrity during recovery (character objects) ... ok
> Data integrity during recovery (non-contiguous character objects) ... ok
> Data integrity during recovery (numerical types) ... FAIL
> Data integrity during recovery (non-contiguous numerical types) ... ok
> Data integrity during recovery (character objects) ... ok
> Data integrity during recovery (non-contiguous character objects) ... ok
> Data integrity during recovery (numerical types) ... FAIL
> Data integrity during recovery (non-contiguous numerical types) ... FAIL
> Data integrity during recovery (character objects) ... ok
> Data integrity during recovery (non-contiguous character objects) ... ok
> Data integrity during recovery (numerical types) ... FAIL
> Data integrity during recovery (non-contiguous numerical types) ... FAIL
> Data integrity during recovery (character objects) ... ok
> Data integrity during recovery (non-contiguous character objects) ... ok
> Data integrity during recovery (numerical types) ... FAIL
> Data integrity during recovery (non-contiguous numerical types) ... FAIL
> Data integrity during recovery (character objects) ... ok
> Data integrity during recovery (non-contiguous character objects) ... ok
> Data integrity during recovery (numerical types) ... FAIL
> Data integrity during recovery (non-contiguous numerical types) ... FAIL
> Data integrity during recovery (character objects) ... ok
> Data integrity during recovery (non-contiguous character objects) ... ok
> Data integrity during recovery (numerical types) ... FAIL
> Data integrity during recovery (non-contiguous numerical types) ... FAIL
> Checking combinations of arrays with groups ... FAIL
> Checking creation of large rank arrays (0 < rank <= 32) ... ok
> Checking column conversion into Numeric in read(). Char flavor ... ok
> Checking column conversion into Numeric in read(). Numeric flavor ... ERROR
> Column conversion into Numeric in readCoords(). Chars ... ok
> Column conversion into Numeric in readCoordinates(). Numerical ... ERROR
> 
> ======================================================================
> ERROR: None (__main__.TableReadTestCase)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "test_Numeric.py", line 451, in test01_readTableNum
>     assert allequal(numcol, orignumcol, "numeric")
>   File "F:\ckl\work\extract_oss\pytables-1.3\tables\tests\common.py", line
> 100, in allequal
>     b = array(b, type=typeDict[b.typecode()], shape=b.shape)
> KeyError: 'O'
> 
> ======================================================================
> ERROR: None (__main__.TableReadTestCase)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "test_Numeric.py", line 507, in test02_readCoordsNum
>     assert allequal(numcol, orignumcol, "numeric")
>   File "F:\ckl\work\extract_oss\pytables-1.3\tables\tests\common.py", line
> 100, in allequal
>     b = array(b, type=typeDict[b.typecode()], shape=b.shape)
> KeyError: 'O'
> 
> ======================================================================
> FAIL: None (__main__.Basic0DOneTestCase)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "test_Numeric.py", line 112, in test02_types
>     self.WriteRead(a)
>   File "test_Numeric.py", line 63, in WriteRead
>     assert a.shape == b.shape
> AssertionError
> 
> ======================================================================
> FAIL: None (__main__.Basic0DTwoTestCase)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "test_Numeric.py", line 112, in test02_types
>     self.WriteRead(a)
>   File "test_Numeric.py", line 63, in WriteRead
>     assert a.shape == b.shape
> AssertionError
> 
> ======================================================================
> FAIL: None (__main__.Basic1DOneTestCase)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "test_Numeric.py", line 112, in test02_types
>     self.WriteRead(a)
>   File "test_Numeric.py", line 76, in WriteRead
>     assert a.typecode() == b.typecode()
> AssertionError
> 
> ======================================================================
> FAIL: None (__main__.Basic1DOneTestCase)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "test_Numeric.py", line 129, in test03_types_nc
>     self.WriteRead(b)
>   File "test_Numeric.py", line 76, in WriteRead
>     assert a.typecode() == b.typecode()
> AssertionError
> 
> ======================================================================
> FAIL: None (__main__.Basic1DTwoTestCase)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "test_Numeric.py", line 112, in test02_types
>     self.WriteRead(a)
>   File "test_Numeric.py", line 76, in WriteRead
>     assert a.typecode() == b.typecode()
> AssertionError
> 
> ======================================================================
> FAIL: None (__main__.Basic1DTwoTestCase)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "test_Numeric.py", line 129, in test03_types_nc
>     self.WriteRead(b)
>   File "test_Numeric.py", line 76, in WriteRead
>     assert a.typecode() == b.typecode()
> AssertionError
> 
> ======================================================================
> FAIL: None (__main__.Basic1DThreeTestCase)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "test_Numeric.py", line 112, in test02_types
>     self.WriteRead(a)
>   File "test_Numeric.py", line 76, in WriteRead
>     assert a.typecode() == b.typecode()
> AssertionError
> 
> ======================================================================
> FAIL: None (__main__.Basic1DThreeTestCase)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "test_Numeric.py", line 129, in test03_types_nc
>     self.WriteRead(b)
>   File "test_Numeric.py", line 76, in WriteRead
>     assert a.typecode() == b.typecode()
> AssertionError
> 
> ======================================================================
> FAIL: None (__main__.Basic2DTestCase)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "test_Numeric.py", line 112, in test02_types
>     self.WriteRead(a)
>   File "test_Numeric.py", line 76, in WriteRead
>     assert a.typecode() == b.typecode()
> AssertionError
> 
> ======================================================================
> FAIL: None (__main__.Basic2DTestCase)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "test_Numeric.py", line 129, in test03_types_nc
>     self.WriteRead(b)
>   File "test_Numeric.py", line 76, in WriteRead
>     assert a.typecode() == b.typecode()
> AssertionError
> 
> ======================================================================
> FAIL: None (__main__.Basic10DTestCase)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "test_Numeric.py", line 112, in test02_types
>     self.WriteRead(a)
>   File "test_Numeric.py", line 76, in WriteRead
>     assert a.typecode() == b.typecode()
> AssertionError
> 
> ======================================================================
> FAIL: None (__main__.Basic10DTestCase)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "test_Numeric.py", line 129, in test03_types_nc
>     self.WriteRead(b)
>   File "test_Numeric.py", line 76, in WriteRead
>     assert a.typecode() == b.typecode()
> AssertionError
> 
> ======================================================================
> FAIL: None (__main__.GroupsArrayTestCase)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "testClosing remaining opened files... 
> e:\docume~1\kleffner\locals~1\temp\tmpqe18_z.h5... done. 
> e:\docume~1\kleffner\locals~1\temp\tmpydijxj.h5... done. 
> e:\docume~1\kleffner\locals~1\temp\tmpxwmpnp.h5... done. 
> e:\docume~1\kleffner\locals~1\temp\tmprezdbv.h5... done. 
> e:\docume~1\kleffner\locals~1\temp\tmp2jn_py.h5... done. 
> e:\docume~1\kleffner\locals~1\temp\tmputvkxa.h5... done. 
> e:\docume~1\kleffner\locals~1\temp\tmpx7zjvb.h5... done. 
> e:\docume~1\kleffner\locals~1\temp\tmpsl2lfw.h5... done. 
> e:\docume~1\kleffner\locals~1\temp\tmp1gwwb0.h5... done. 
> e:\docume~1\kleffner\locals~1\temp\tmppgqg2n.h5... done. 
> e:\docume~1\kleffner\locals~1\temp\tmpe7_ush.h5... done. 
> e:\docume~1\kleffner\locals~1\temp\tmpqts3zr.h5... done. 
> e:\docume~1\kleffner\locals~1\temp\tmp12bb7t.h5... done.
> _Numeric.py", line 258, in test00_iterativeGroups
>     assert a.typecode() == b.typecode()
> AssertionError
> 
> ----------------------------------------------------------------------
> Ran 34 tests in 0.581s
> 
> FAILED (failures=13,
> errors=2)
> 
> test_numpy
> -----------------------------------------------------------------------------
> Data integrity during recovery (character objects) ... ok
> Data integrity during recovery (non-contiguous character objects) ... ok
> Data integrity during recovery (numerical types) ... ok
> Data integrity during recovery (non-contiguous numerical types) ... ok
> Data integrity during recovery (character objects) ... ok
> Data integrity during recovery (non-contiguous character objects) ... ok
> Data integrity during recovery (numerical types) ... ok
> Data integrity during recovery (non-contiguous numerical types) ... ok
> Data integrity during recovery (character objects) ... ok
> Data integrity during recovery (non-contiguous character objects) ... ok
> Data integrity during recovery (numerical types) ... ERROR
> Data integrity during recovery (non-contiguous numerical types) ... ERROR
> Data integrity during recovery (character objects) ... ok
> Data integrity during recovery (non-contiguous character objects) ... ok
> Data integrity during recovery (numerical types) ... ERROR
> Data integrity during recovery (non-contiguous numerical types) ... ERROR
> Data integrity during recovery (character objects) ... ok
> Data integrity during recovery (non-contiguous character objects) ... ok
> Data integrity during recovery (numerical types) ... ERROR
> Data integrity during recovery (non-contiguous numerical types) ... ERROR
> Data integrity during recovery (character objects) ... ok
> Data integrity during recovery (non-contiguous character objects) ... ok
> Data integrity during recovery (numerical types) ... ERROR
> Data integrity during recovery (non-contiguous numerical types) ... ERROR
> Checking combinations of arrays with groups ... ERROR
> Checking creation of large rank arrays (0 < rank <= 32) ... ok
> Checking column conversion into NumPy in read(). Char flavor ... ok
> Checking column conversion into NumPy in read(). NumPy flavor ... ok
> Column conversion into NumPy in readCoords(). Chars ... ok
> Column conversion into NumPy in readCoordinates(). NumPy. ... ok
> Checking the return of a NumPy in read() (strided version). ... ok
> Checking the return of NumPy in getWhereList method. ... ok
> Checking the return of NumPy in readIndexed method. ... ok
> Checking the Table creation from a numpy recarray. ... ok
> Checking appending a numpy recarray. ... ok
> Checking assigning to a column. ... ok
> Checking modifying several columns at once. ... ok
> Checking modifying several columns using a single numpy buffer. ... ok
> Checking assigning a nested column (using modifyColumn). ... ok
> Checking assigning a nested column (using the .cols accessor). ... ok
> Checking modifying several rows at once (using modifyRows). ... ok
> Checking modifying several rows at once (using cols accessor). ... ok
> Checking modifying just one row at once (using modifyRows). ... ok
> Checking modifying just one row at once (using cols accessor). ... ok
> Checking the return of a NumPy in read() (strided version). ... ok
> Checking the return of NumPy in getWhereList method. ... ok
> Checking the return of NumPy in readIndexed method. ... ok
> Checking the Table creation from a numpy recarray. ... ok
> Checking appending a numpy recarray. ... ok
> Checking assigning to a column. ... ok
> Checking modifying several columns at once. ... ok
> Checking modifying several columns using a single numpy buffer. ... ok
> Checking assigning a nested column (using modifyColumn). ... ok
> Checking assigning a nested column (using the .cols accessor). ... ok
> Checking modifying several rows at once (using modifyRows). ... ok
> Checking modifying several rows at once (using cols accessor). ... ok
> Checking modifying just one row at once (using modifyRows). ... ok
> Checking modifying just one row at once (using cols accessor). ... ok
> Checking the creation of a numpy attribute. ... ok
> Checking the modification of a numpy attribute. ... ok
> Checking the creation of a numpy attribute. ... ok
> Checking the modification of a numpy attribute. ... ok
> 
> ======================================================================
> ERROR: None (__main__.Basic1DOneTestCase)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "test_numpy.py", line 115, in test02_types
>     self.WriteRead(a)
>   File "test_numpy.py", line 79, in WriteRead
>     assert allequal(a,b, "numpy")
>   File "F:\ckl\work\extract_oss\pytables-1.3\tables\tests\common.py", line
> 154, in allequal
>     result = (a == b)
>   File "F:\ckl\oss\Python23\Lib\site-packages\numarray\ufunc.py", line 921,
> in _cache_miss2
>     mode, win1, win2, wout, cfunc, ufargs = \
>   File "F:\ckl\oss\Python23\Lib\site-packages\numarray\ufunc.py", line 980,
> in _setup
>     inputs = (_InputConverter(inarr1, convtypes[0]),
>   File "F:\ckl\oss\Python23\Lib\site-packages\numarray\ufunc.py", line 1735,
> in __init__
>     _Converter.__init__(self, arr, type, inbuffer, forcestride)
>   File "F:\ckl\oss\Python23\Lib\site-packages\numarray\ufunc.py", line 1605,
> in __init__
>     self.convfunction = \
> KeyError: 'UInt64'
> 
> ======================================================================
> ERROR: None (__main__.Basic1DOneTestCase)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "test_numpy.py", line 135, in test03_types_nc
>     self.WriteRead(b)
>   File "test_numpy.py", line 79, in WriteRead
>     assert allequal(a,b, "numpy")
>   File "F:\ckl\work\extract_oss\pytables-1.3\tables\tests\common.py", line
> 154, in allequal
>     result = (a == b)
>   File "F:\ckl\oss\Python23\Lib\site-packages\numarray\ufunc.py", line 921,
> in _cache_miss2
>     mode, win1, win2, wout, cfunc, ufargs = \
>   File "F:\ckl\oss\Python23\Lib\site-packages\numarray\ufunc.py", line 980,
> in _setup
>     inputs = (_InputConverter(inarr1, convtypes[0]),
>   File "F:\ckl\oss\Python23\Lib\site-packages\numarray\ufunc.py", line 1735,
> in __init__
>     _Converter.__init__(self, arr, type, inbuffer, forcestride)
>   File "F:\ckl\oss\Python23\Lib\site-packages\numarray\ufunc.py", line 1605,
> in __init__
>     self.convfunction = \
> KeyError: 'UInt64'
> 
> ======================================================================
> ERROR: None (__main__.Basic1DTwoTestCase)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "test_numpy.py", line 115, in test02_types
>     self.WriteRead(a)
>   File "test_numpy.py", line 79, in WriteRead
>     assert allequal(a,b, "numpy")
>   File "F:\ckl\work\extract_oss\pytables-1.3\tables\tests\common.py", line
> 154, in allequal
>     result = (a == b)
>   File "F:\ckl\oss\Python23\Lib\site-packages\numarray\ufunc.py", line 921,
> in _cache_miss2
>     mode, win1, win2, wout, cfunc, ufargs = \
>   File "F:\ckl\oss\Python23\Lib\site-packages\numarray\ufunc.py", line 980,
> in _setup
>     inputs = (_InputConverter(inarr1, convtypes[0]),
>   File "F:\ckl\oss\Python23\Lib\site-packages\numarray\ufunc.py", line 1735,
> in __init__
>     _Converter.__init__(self, arr, type, inbuffer, forcestride)
>   File "F:\ckl\oss\Python23\Lib\site-packages\numarray\ufunc.py", line 1605,
> in __init__
>     self.convfunction = \
> KeyError: 'UInt64'
> 
> ======================================================================
> ERROR: None (__main__.Basic1DTwoTestCase)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "test_numpy.py", line 135, in test03_types_nc
>     self.WriteRead(b)
>   File "test_numpy.py", line 79, in WriteRead
>     assert allequal(a,b, "numpy")
>   File "F:\ckl\work\extract_oss\pytables-1.3\tables\tests\common.py", line
> 154, in allequal
>     result = (a == b)
>   File "F:\ckl\oss\Python23\Lib\site-packages\numarray\ufunc.py", line 921,
> in _cache_miss2
>     mode, win1, win2, wout, cfunc, ufargs = \
>   File "F:\ckl\oss\Python23\Lib\site-packages\numarray\ufunc.py", line 980,
> in _setup
>     inputs = (_InputConverter(inarr1, convtypes[0]),
>   File "F:\ckl\oss\Python23\Lib\site-packages\numarray\ufunc.py", line 1735,
> in __init__
>     _Converter.__init__(self, arr, type, inbuffer, forcestride)
>   File "F:\ckl\oss\Python23\Lib\site-packages\numarray\ufunc.py", line 1605,
> in __init__
>     self.convfunction = \
> KeyError: 'UInt64'
> 
> ======================================================================
> ERROR: None (__main__.Basic1DThreeTestCase)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "test_numpy.py", line 115, in test02_types
>     self.WriteRead(a)
>   File "test_numpy.py", line 79, in WriteRead
>     assert allequal(a,b, "numpy")
>   File "F:\ckl\work\extract_oss\pytables-1.3\tables\tests\common.py", line
> 154, in allequal
>     result = (a == b)
>   File "F:\ckl\oss\Python23\Lib\site-packages\numarray\ufunc.py", line 921,
> in _cache_miss2
>     mode, win1, win2, wout, cfunc, ufargs = \
>   File "F:\ckl\oss\Python23\Lib\site-packages\numarray\ufunc.py", line 980,
> in _setup
>     inputs = (_InputConverter(inarr1, convtypes[0]),
>   File "F:\ckl\oss\Python23\Lib\site-packages\numarray\ufunc.py", line 1735,
> in __init__
>     _Converter.__init__(self, arr, type, inbuffer, forcestride)
>   File "F:\ckl\oss\Python23\Lib\site-packages\numarray\ufunc.py", line 1605,
> in __init__
>     self.convfunction = \
> KeyError: 'UInt64'
> 
> ======================================================================
> ERROR: None (__main__.Basic1DThreeTestCase)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "test_numpy.py", line 135, in test03_types_nc
>     self.WriteRead(b)
>   File "test_numpy.py", line 79, in WriteRead
>     assert allequal(a,b, "numpy")
>   File "F:\ckl\work\extract_oss\pytables-1.3\tables\tests\common.py", line
> 154, in allequal
>     result = (a == b)
>   File "F:\ckl\oss\Python23\Lib\site-packages\numarray\ufunc.py", line 921,
> in _cache_miss2
>     mode, win1, win2, wout, cfunc, ufargs = \
>   File "F:\ckl\oss\Python23\Lib\site-packages\numarray\ufunc.py", line 980,
> in _setup
>     inputs = (_InputConverter(inarr1, convtypes[0]),
>   File "F:\ckl\oss\Python23\Lib\site-packages\numarray\ufunc.py", line 1735,
> in __init__
>     _Converter.__init__(self, arr, type, inbuffer, forcestride)
>   File "F:\ckl\oss\Python23\Lib\site-packages\numarray\ufunc.py", line 1605,
> in __init__
>     self.convfunction = \
> KeyError: 'UInt64'
> 
> ======================================================================
> ERROR: None (__main__.Basic2DTestCase)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "test_numpy.py", line 115, in test02_types
>     self.WriteRead(a)
>   File "test_numpy.py", line 79, in WriteRead
>     assert allequal(a,b, "numpy")
>   File "F:\ckl\work\extract_oss\pytables-1.3\tables\tests\common.py", line
> 154, in allequal
>     result = (a == b)
>   File "F:\ckl\oss\Python23\Lib\site-packages\numarray\ufunc.py", line 921,
> in _cache_miss2
>     mode, win1, win2, wout, cfunc, ufargs = \
>   File "F:\ckl\oss\Python23\Lib\site-packages\numarray\ufunc.py", line 980,
> in _setup
>     inputs = (_InputConverter(inarr1, convtypes[0]),
>   File "F:\ckl\oss\Python23\Lib\site-packages\numarray\ufunc.py", line 1735,
> in __init__
>     _Converter.__init__(self, arr, type, inbuffer, forcestride)
>   File "F:\ckl\oss\Python23\Lib\site-packages\numarray\ufunc.py", line 1605,
> in __init__
>     self.convfunction = \
> KeyError: 'UInt64'
> 
> ======================================================================
> ERROR: None (__main__.Basic2DTestCase)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "test_numpy.py", line 135, in test03_types_nc
>     self.WriteRead(b)
>   File "test_numpy.py", line 79, in WriteRead
>     assert allequal(a,b, "numpy")
>   File "F:\ckl\work\extract_oss\pytables-1.3\tables\tests\common.py", line
> 154, in allequal
>     result = (a == b)
>   File "F:\ckl\oss\Python23\Lib\site-packages\numarray\ufunc.py", line 921,
> in _cache_miss2
>     mode, win1, win2, wout, cfunc, ufargs = \
>   File "F:\ckl\oss\Python23\Lib\site-packages\numarray\ufunc.py", line 980,
> in _setup
>     inputs = (_InputConverter(inarr1, convtypes[0]),
>   File "F:\ckl\oss\Python23\Lib\site-packages\numarray\ufunc.py", line 1735,
> in __init__
>     _Converter.__init__(self, arr, type, inbuffer, forcestride)
>   File "F:\ckl\oss\Python23\Lib\site-packages\numarray\ufunc.py", line 1605,
> in __init__
>     self.convfunction = \
> KeyError: 'UInt64'
> 
> =Closing remaining opened files... 
> e:\docume~1\kleffner\locals~1\temp\tmps4pybz.h5... done. 
> e:\docume~1\kleffner\locals~1\temp\tmpfs6r34.h5... done. 
> e:\docume~1\kleffner\locals~1\temp\tmpxqlb8b.h5... done. 
> e:\docume~1\kleffner\locals~1\temp\tmp0h4tgu.h5... done. 
> e:\docume~1\kleffner\locals~1\temp\tmptuyx6-.h5... done. 
> e:\docume~1\kleffner\locals~1\temp\tmp1sst1q.h5... done. 
> e:\docume~1\kleffner\locals~1\temp\tmpkk3ajl.h5... done. 
> e:\docume~1\kleffner\locals~1\temp\tmpknhdng.h5... done. 
> e:\docume~1\kleffner\locals~1\temp\tmpwqndmk.h5... done.
> =====================================================================
> ERROR: None (__main__.GroupsArrayTestCase)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "test_numpy.py", line 248, in test00_iterativeGroups
>     if not allequal(a,b, "numpy") and verbose:
>   File "F:\ckl\work\extract_oss\pytables-1.3\tables\tests\common.py", line
> 154, in allequal
>     result = (a == b)
>   File "F:\ckl\oss\Python23\Lib\site-packages\numarray\ufunc.py", line 921,
> in _cache_miss2
>     mode, win1, win2, wout, cfunc, ufargs = \
>   File "F:\ckl\oss\Python23\Lib\site-packages\numarray\ufunc.py", line 980,
> in _setup
>     inputs = (_InputConverter(inarr1, convtypes[0]),
>   File "F:\ckl\oss\Python23\Lib\site-packages\numarray\ufunc.py", line 1735,
> in __init__
>     _Converter.__init__(self, arr, type, inbuffer, forcestride)
>   File "F:\ckl\oss\Python23\Lib\site-packages\numarray\ufunc.py", line 1605,
> in __init__
>     self.convfunction = \
> KeyError: 'UInt64'
> 
> ----------------------------------------------------------------------
> Ran 62 tests in 3.144s
> 
> FAILED
> (errors=9)
> 
> test_create
> -----------------------------------------------------------------------------
> f:\ckl\oss\Python23\lib\site-packages\tables\Leaf.py:103: UserWarning: lzo
> compression library is not available. Using zlib instead!.
>   warnings.warn( \
> Checking setting large string attributes (File methods) ... ok
> Checking setting large string attributes (Node methods) ... ok
> Checking setting large string attributes (AttributeSet methods) ... ok
> Checking listing attributes ... ok
> Checking removing attributes ... ok
> Checking removing attributes (using File.delNodeAttr()) ... ok
> Checking removing system attributes ... ok
> Checking renaming attributes ... ok
> Checking renaming system attributes ... ok
> Checking setting Int attributes ... ok
> Checking setting Float (double) attributes ... ok
> Checking setting Object attributes ... ok
> Checking overwriting attributes ... ok
> Checking setting large string attributes (File methods) ... ok
> Checking setting large string attributes (Node methods) ... ok
> Checking setting large string attributes (AttributeSet methods) ... ok
> Checking listing attributes ... ok
> Checking removing attributes ... ok
> Checking removing attributes (using File.delNodeAttr()) ... ok
> Checking removing system attributes ... ok
> Checking renaming attributes ... ok
> Checking renaming system attributes ... ok
> Checking setting Int attributes ... ok
> Checking setting Float (double) attributes ... ok
> Checking setting Object attributes ... ok
> Checking overwriting attributes ... ok
> Checking inheritance of filters on trees (open file version) ... ok
> Checking inheritance of filters on trees (close file version) ... ok
> Checking inheritance of filters on trees (open file version) ...
> 
> 
> test_indexes
> -----------------------------------------------------------------------------
> Checking reading an Index (string flavor) ... ok
> Checking reading an Index (bool flavor) ... ok
> Checking reading an Index (int flavor) ... ok
> Checking reading an Index (float flavor) ... ok
> Checking reading an Index with getWhereList (string flavor) ... ok
> Checking reading an Index with getWhereList (bool flavor) ... ok
> Checking reading an Index with getWhereList (int flavor) ... ok
> Checking reading an Index with getWhereList (float flavor) ... ok
> Checking removing an index ... ok
> Checking removing an index (persistent version) ... ok
> Checking moving a table with an index ... ok
> Checking moving a table with an index (persistent version) ... ok
> Checking reading an Index (string flavor) ... ok
> Checking reading an Index (bool flavor) ... ok
> Checking reading an Index (int flavor) ... ok
> Checking reading an Index (float flavor) ... ok
> Checking reading an Index with getWhereList (string flavor) ... ok
> Checking reading an Index with getWhereList (bool flavor) ... ok
> Checking reading an Index with getWhereList (int flavor) ... ok
> Checking reading an Index with getWhereList (float flavor) ... ok
> Checking removing an index ... ok
> Checking removing an index (persistent version) ... ok
> Checking moving a table with an index ... ok
> Checking moving a table with an index (persistent version) ... ok
> Checking reading an Index (string flavor) ...
> f:\ckl\oss\Python23\lib\site-packages\tables\Leaf.py:103: UserWarning: lzo
> compression library is not available. Using zlib instead!.
>   warnings.warn( \
> ok
> Checking reading an Index (bool flavor) ... ok
> Checking reading an Index (int flavor) ... ok
> Checking reading an Index (float flavor) ... ok
> Checking reading an Index with getWhereList (string flavor) ... ok
> Checking reading an Index with getWhereList (bool flavor) ... ok
> Checking reading an Index with getWhereList (int flavor) ... ok
> Checking reading an Index with getWhereList (float flavor) ... ok
> Checking removing an index ... ok
> Checking removing an index (persistent version) ... ok
> Checking moving a table with an index ... ok
> Checking moving a table with an index (persistent version) ... ok
> Checking reading an Index (string flavor) ... HDF5: infinite loop closing
> library
>      
> D,G,A,S,T,D,G,F,D,G,A,S,T,G,F,FD,P,D,F,FD,P,FD,P,FL,FL,FL,FL,FL,FL,FL,FL,FL,FL,FL,FL,FL,FL,FL,FL,FL,FL,FL,FL,FL,FL,FL,FL,FL,FL,FL,FL,FL,FL,FL,FL,FL,FL,FL,FL,FL,FL,FL,FL,FL,FL,FL,FL,FL,FL,FL,FL,FL,FL,FL,FL,FL,FL,FL,FL,FL,FL,FL,FL,FL,FL,FL,FL,FL,FL,FL,FL,FL,FL,FL,FL,FL,FL,FL,FL,FL,FL,FL,FL,FL,FL,FL,FL,FL,FL,FL,FL,FL,FL
> 
> test_carray
> -----------------------------------------------------------------------------
> 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 ...
> f:\ckl\oss\Python23\lib\site-packages\tables\Leaf.py:103: UserWarning: lzo
> compression library is not available. Using zlib instead!.
>   warnings.warn( \
> 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 ... HDF5: infinite loop closing
> library
>      
> D,G,A,S,T,D,G,F,D,G,A,S,T,G,F,FD,P,D,F,FD,P,FD,P,FL,FL,FL,FL,FL,FL,FL,FL,FL,FL,FL,FL,FL,FL,FL,FL,FL,FL,FL,FL,FL,FL,FL,FL,FL,FL,FL,FL,FL,FL,FL,FL,FL,FL,FL,FL,FL,FL,FL,FL,FL,FL,FL,FL,FL,FL,FL,FL,FL,FL,FL,FL,FL,FL,FL,FL,FL,FL,FL,FL,FL,FL,FL,FL,FL,FL,FL,FL,FL,FL,FL,FL,FL,FL,FL,FL,FL,FL,FL,FL,FL,FL,FL,FL,FL,FL,FL,FL,FL,FL
> 
> test_earray
> -----------------------------------------------------------------------------
> Checking enlargeable array iterator ... ok
> Checking enlargeable array iterator with (start, stop, step) ... ok
> Checking read() of enlargeable arrays ... ok
> Checking enlargeable array __getitem__ special method ... ok
> Checking enlargeable array __setitem__ special method ... ok
> Checking enlargeable array iterator ... ok
> Checking enlargeable array iterator with (start, stop, step) ... ok
> Checking read() of enlargeable arrays ... ok
> Checking enlargeable array __getitem__ special method ... ok
> Checking enlargeable array __setitem__ special method ... ok
> Checking enlargeable array iterator ... ok
> Checking enlargeable array iterator with (start, stop, step) ... ok
> Checking read() of enlargeable arrays ... ok
> Checking enlargeable array __getitem__ special method ... ok
> Checking enlargeable array __setitem__ special method ... ok
> Checking enlargeable array iterator ... ok
> Checking enlargeable array iterator with (start, stop, step) ... ok
> Checking read() of enlargeable arrays ... ok
> Checking enlargeable array __getitem__ special method ... ok
> Checking enlargeable array __setitem__ special method ... ok
> Checking enlargeable array iterator ...
> f:\ckl\oss\Python23\lib\site-packages\tables\Leaf.py:103: UserWarning: lzo
> compression library is not available. Using zlib instead!.
>   warnings.warn( \
> ok
> Checking enlargeable array iterator with (start, stop, step) ... ok
> Checking read() of enlargeable arrays ... ok
> Checking enlargeable array __getitem__ special method ... ok
> Checking enlargeable array __setitem__ special method ... ok
> Checking enlargeable array iterator ... ok
> Checking enlargeable array iterator with (start, stop, step) ... ok
> Checking read() of enlargeable arrays ... ok
> Checking enlargeable array __getitem__ special method ... ok
> Checking enlargeable array __setitem__ special method ... ok
> Checking enlargeable array iterator ... ok
> Checking enlargeable array iterator with (start, stop, step) ... ok
> Checking read() of enlargeable arrays ... ok
> Checking enlargeable array __getitem__ special method ... ok
> Checking enlargeable array __setitem__ special method ... ok
> Checking enlargeable array iterator ... ok
> Checking enlargeable array iterator with (start, stop, step) ... ok
> Checking read() of enlargeable arrays ... ok
> Checking enlargeable array __getitem__ special method ... ok
> Checking enlargeable array __setitem__ special method ... ok
> Checking enlargeable array iterator ... ok
> Checking enlargeable array iterator with (start, stop, step) ... ok
> Checking read() of enlargeable arrays ... ok
> Checking enlargeable array __getitem__ special method ... ok
> Checking enlargeable array __setitem__ special method ... ok
> Checking enlargeable array iterator ... ok
> Checking enlargeable array iterator with (start, stop, step) ... ok
> Checking read() of enlargeable arrays ... ok
> Checking enlargeable array __getitem__ special method ... ok
> Checking enlargeable array __setitem__ special method ... ok
> Checking enlargeable array iterator ... ok
> Checking enlargeable array iterator with (start, stop, step) ... ok
> Checking read() of enlargeable arrays ... ok
> Checking enlargeable array __getitem__ special method ... ok
> Checking enlargeable array __setitem__ special method ... ok
> Checking enlargeable array iterator ... ok
> Checking enlargeable array iterator with (start, stop, step) ... ok
> Checking read() of enlargeable arrays ... ok
> Checking enlargeable array __getitem__ special method ... ok
> Checking enlargeable array __setitem__ special method ... ok
> Checking enlargeable array iterator ... ok
> Checking enlargeable array iterator with (start, stop, step) ... ok
> Checking read() of enlargeable arrays ... ok
> Checking enlargeable array __getitem__ special method ... ok
> Checking enlargeable array __setitem__ special method ... ok
> Checking enlargeable array iterator ...
> 
> 
> test_vlarray
> -----------------------------------------------------------------------------
> Checking vlarray read ... ok
> Checking vlarray append ... ok
> Checking vlarray read ... ok
> Checking vlarray append ... ok
> Checking vlarray read ... ok
> Checking vlarray append ... ok
> Checking vlarray read ... ok
> Checking vlarray append ... ok
> Checking vlarray read ... ok
> Checking vlarray append ... ok
> Checking vlarray read ...
> f:\ckl\oss\Python23\lib\site-packages\tables\Leaf.py:103: UserWarning: lzo
> compression library is not available. Using zlib instead!.
>   warnings.warn( \
> ok
> Checking vlarray append ... ok
> Checking vlarray read ... HDF5: infinite loop closing library
>      
> D,G,A,S,T,D,G,F,D,G,A,S,T,G,F,FD,P,D,F,FD,P,FD,P,FL,FL,FL,FL,FL,FL,FL,FL,FL,FL,FL,FL,FL,FL,FL,FL,FL,FL,FL,FL,FL,FL,FL,FL,FL,FL,FL,FL,FL,FL,FL,FL,FL,FL,FL,FL,FL,FL,FL,FL,FL,FL,FL,FL,FL,FL,FL,FL,FL,FL,FL,FL,FL,FL,FL,FL,FL,FL,FL,FL,FL,FL,FL,FL,FL,FL,FL,FL,FL,FL,FL,FL,FL,FL,FL,FL,FL,FL,FL,FL,FL,FL,FL,FL,FL,FL,FL,FL,FL,FL
> 
> 
> -- 
> E-Mails und Internet immer und berall!
> 1&1 PocketWeb, perfekt mit GMX: http://www.gmx.net/de/go/pocketweb
> 
> 
> -------------------------------------------------------
> This SF.Net email is sponsored by xPML, a groundbreaking scripting language
> that extends applications into web and mobile media. Attend the live webcast
> and join the prime developer group breaking into this new coding territory!
> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
> _______________________________________________
> Pytables-users mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/pytables-users
-- 
>0,0<   Francesc Altet     http://www.carabos.com/
V   V   Cárabos Coop. V.   Enjoy Data
 "-"




-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid0944&bid$1720&dat1642
_______________________________________________
Pytables-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/pytables-users

Reply via email to