Hi Tom,

I say that same than with the other report.  Could you try with the SVN 
trunk and see if the errors disappear?

Thanks,

Francesc

A Thursday 21 October 2010 14:11:29 escriguéreu:
> I don't think these are an issue for me, but for others they might be
> 
> Best regards,
> 
> --T
> 
> $ ipython
> Python 2.6.4 (r264:75706, Dec  7 2009, 18:43:55)
> Type "copyright", "credits" or "license" for more information.
> 
> IPython 0.10 -- An enhanced Interactive Python.
> ?         -> Introduction and overview of IPython's features.
> %quickref -> Quick reference.
> help      -> Python's own help system.
> object?   -> Details about 'object'. ?object also works, ?? prints
> more.
> 
> In [1]: import tables
> 
> In [2]: tables.test()
> -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
> =-=-=-= PyTables version:  2.2
> HDF5 version:      1.6.6
> NumPy version:     1.3.0
> Numexpr version:   1.4.1 (not using Intel's VML/MKL)
> Zlib version:      1.2.3.3 (in Python interpreter)
> BZIP2 version:     1.0.5 (10-Dec-2007)
> Blosc version:     1.0 (2010-07-01)
> Python version:    2.6.4 (r264:75706, Dec  7 2009, 18:43:55)
> [GCC 4.4.1]
> Platform:          linux2-x86_64
> Byte-ordering:     little
> Detected cores:    2
> -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
> =-=-=-= Performing only a light (yet comprehensive) subset of the
> test suite. If you want a more complete test, try passing the
> --heavy flag to this script (or set the 'heavy' parameter in case
> you are using tables.test() call). The whole suite will take more
> than 2 minutes to complete on a relatively modern CPU and around 80
> MB of main memory.
> -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
> =-=-=-= /usr/local/lib/python2.6/dist-packages/tables/filters.py:264:
> FiltersWarning: compression library ``lzo`` is not available; using
> ``zlib`` instead
>   % (complib, default_complib), FiltersWarning )
> .....................................................................
> .....................................................................
> .....................................................................
> .....................................................................
> .....................................................................
> .....................................................................
> .....................................................................
> .....................................................................
> .....................................................................
> .....................................................................
> .....................................................................
> .....................................................................
> .....................................................................
> .....................................................................
> .....................................................................
> .....................................................................
> .....................................................................
> .....................................................................
> .....................................................................
> .....................................................................
> .....................................................................
> .....................................................................
> .....................................................................
> .....................................................................
> .....................................................................
> .....................................................................
> .....................................................................
> .....................................................................
> .....................................................................
> .....................................................................
> .....................................................................
> .....................................................................
> .....................................................................
> ................FF.....FF...FF.......................................
> ..............................F.....................F................
> .....................................................................
> .....................................................................
> .....................................................................
> .....................................................................
> .....................................................................
> .....................................................................
> .....................................................................
> .......................................
> ====================================================================
> == FAIL: Reopening a file with tables using enumerated data.
> ---------------------------------------------------------------------
> - Traceback (most recent call last):
>   File
> "/usr/local/lib/python2.6/dist-packages/tables/tests/common.py",
> line 248, in newmethod
>     return oldmethod(self, *args, **kwargs)
>   File
> "/usr/local/lib/python2.6/dist-packages/tables/tests/test_enum.py",
> line 226, in test00a_reopen
>     "Enumerated type was not restored correctly from disk.")
> AssertionError: Enumerated type was not restored correctly from disk.
> 
> =====================================================================
> = FAIL: test00b_reopenMD (tables.tests.test_enum.EnumTableTestCase)
> --------------------------------------------------------------------
> -- Traceback (most recent call last):
>   File
> "/usr/local/lib/python2.6/dist-packages/tables/tests/common.py",
> line 248, in newmethod
>     return oldmethod(self, *args, **kwargs)
>   File
> "/usr/local/lib/python2.6/dist-packages/tables/tests/test_enum.py",
> line 242, in test00b_reopenMD
>     "Enumerated type was not restored correctly from disk.")
> AssertionError: Enumerated type was not restored correctly from disk.
> 
> =====================================================================
> = FAIL: Reopening a file with extendable arrays using enumerated
> data.
> --------------------------------------------------------------------
> -- Traceback (most recent call last):
>   File
> "/usr/local/lib/python2.6/dist-packages/tables/tests/common.py",
> line 248, in newmethod
>     return oldmethod(self, *args, **kwargs)
>   File
> "/usr/local/lib/python2.6/dist-packages/tables/tests/test_enum.py",
> line 403, in test00a_reopen
>     "Enumerated type was not restored correctly from disk.")
> AssertionError: Enumerated type was not restored correctly from disk.
> 
> =====================================================================
> = FAIL: test00b_reopenMD (tables.tests.test_enum.EnumEArrayTestCase)
> --------------------------------------------------------------------
> -- Traceback (most recent call last):
>   File
> "/usr/local/lib/python2.6/dist-packages/tables/tests/common.py",
> line 248, in newmethod
>     return oldmethod(self, *args, **kwargs)
>   File
> "/usr/local/lib/python2.6/dist-packages/tables/tests/test_enum.py",
> line 421, in test00b_reopenMD
>     "Enumerated type was not restored correctly from disk.")
> AssertionError: Enumerated type was not restored correctly from disk.
> 
> =====================================================================
> = FAIL: Reopening a file with variable-length arrays using enumerated
> data.
> --------------------------------------------------------------------
> -- Traceback (most recent call last):
>   File
> "/usr/local/lib/python2.6/dist-packages/tables/tests/common.py",
> line 248, in newmethod
>     return oldmethod(self, *args, **kwargs)
>   File
> "/usr/local/lib/python2.6/dist-packages/tables/tests/test_enum.py",
> line 503, in test00a_reopen
>     "Enumerated type was not restored correctly from disk.")
> AssertionError: Enumerated type was not restored correctly from disk.
> 
> =====================================================================
> = FAIL: test00b_reopenMD (tables.tests.test_enum.EnumVLArrayTestCase)
> --------------------------------------------------------------------
> -- Traceback (most recent call last):
>   File
> "/usr/local/lib/python2.6/dist-packages/tables/tests/common.py",
> line 248, in newmethod
>     return oldmethod(self, *args, **kwargs)
>   File
> "/usr/local/lib/python2.6/dist-packages/tables/tests/test_enum.py",
> line 521, in test00b_reopenMD
>     "Enumerated type was not restored correctly from disk.")
> AssertionError: Enumerated type was not restored correctly from disk.
> 
> =====================================================================
> = FAIL: Checking representation of a nested Table
> ---------------------------------------------------------------------
> - Traceback (most recent call last):
>   File
> "/usr/local/lib/python2.6/dist-packages/tables/tests/common.py",
> line 248, in newmethod
>     return oldmethod(self, *args, **kwargs)
>   File
> "/usr/local/lib/python2.6/dist-packages/tables/tests/test_nestedtype
> s.py", line 701, in test00a_repr
>     """)
> AssertionError
> 
> =====================================================================
> = FAIL: test (tables.tests.test_hdf5compat.EnumTestCase)
> ---------------------------------------------------------------------
> - Traceback (most recent call last):
>   File
> "/usr/local/lib/python2.6/dist-packages/tables/tests/common.py",
> line 248, in newmethod
>     return oldmethod(self, *args, **kwargs)
>   File
> "/usr/local/lib/python2.6/dist-packages/tables/tests/test_hdf5compat
> .py", line 45, in test
>     self._test()
>   File
> "/usr/local/lib/python2.6/dist-packages/tables/tests/test_hdf5compat
> .py", line 67, in _test
>     self.assertEqual(enum, expectedEnum)
> AssertionError: Enum({'': 4, 'p\x01\xc6\x02': 0, 'P\xb0/\x03': 1,
> '@\x90y\x02': 3, '\xd0\xd2\xb6\x02': 2}) != Enum({'BLUE': 2, 'BLACK':
> 4, 'WHITE': 3, 'GREEN': 1, 'RED': 0})
> 
> ---------------------------------------------------------------------
> - Ran 2937 tests in 37.289s
> 
> FAILED (failures=8)
> 
> In [3]:

-- 
Francesc Alted

------------------------------------------------------------------------------
Nokia and AT&T present the 2010 Calling All Innovators-North America contest
Create new apps & games for the Nokia N8 for consumers in  U.S. and Canada
$10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing
Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store 
http://p.sf.net/sfu/nokia-dev2dev
_______________________________________________
Pytables-users mailing list
Pytables-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pytables-users

Reply via email to