Hi,

I've just reinstalled tables on my Mac. It's worked before. I'm now using
the latest of everything, including the trunk from tables. Maybe I shouldn't
be, but the stable version failed to work on Mac the last time I tried. In
any case, here's the output:

IPython 0.10   [on Py 2.6.1]
[~]|1> import tables
[~]|2> tables.test()
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
PyTables version:  2.3b1.dev
HDF5 version:      1.8.5
NumPy version:     1.4.1
Numexpr version:   1.4 (not using Intel's VML/MKL)
Zlib version:      1.2.3 (in Python interpreter)
BZIP2 version:     1.0.5 (10-Dec-2007)
Blosc version:     1.0 (2010-07-01)
Python version:    2.6.1 (r261:67515, Feb 11 2010, 00:51:29)
[GCC 4.2.1 (Apple Inc. build 5646)]
Platform:          darwin-i386
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.
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
/Library/Python/2.6/site-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 "/Library/Python/2.6/site-packages/tables/tests/common.py", line 248,
in newmethod
    return oldmethod(self, *args, **kwargs)
  File "/Library/Python/2.6/site-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 "/Library/Python/2.6/site-packages/tables/tests/common.py", line 248,
in newmethod
    return oldmethod(self, *args, **kwargs)
  File "/Library/Python/2.6/site-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 "/Library/Python/2.6/site-packages/tables/tests/common.py", line 248,
in newmethod
    return oldmethod(self, *args, **kwargs)
  File "/Library/Python/2.6/site-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 "/Library/Python/2.6/site-packages/tables/tests/common.py", line 248,
in newmethod
    return oldmethod(self, *args, **kwargs)
  File "/Library/Python/2.6/site-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 "/Library/Python/2.6/site-packages/tables/tests/common.py", line 248,
in newmethod
    return oldmethod(self, *args, **kwargs)
  File "/Library/Python/2.6/site-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 "/Library/Python/2.6/site-packages/tables/tests/common.py", line 248,
in newmethod
    return oldmethod(self, *args, **kwargs)
  File "/Library/Python/2.6/site-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 "/Library/Python/2.6/site-packages/tables/tests/common.py", line 248,
in newmethod
    return oldmethod(self, *args, **kwargs)
  File "/Library/Python/2.6/site-packages/tables/tests/test_nestedtypes.py",
line 701, in test00a_repr
    """)
AssertionError

======================================================================
FAIL: test (tables.tests.test_hdf5compat.EnumTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/Library/Python/2.6/site-packages/tables/tests/common.py", line 248,
in newmethod
    return oldmethod(self, *args, **kwargs)
  File "/Library/Python/2.6/site-packages/tables/tests/test_hdf5compat.py",
line 45, in test
    self._test()
  File "/Library/Python/2.6/site-packages/tables/tests/test_hdf5compat.py",
line 67, in _test
    self.assertEqual(enum, expectedEnum)
AssertionError: Enum({'\x01': 4}) != Enum({'BLUE': 2, 'BLACK': 4, 'WHITE':
3, 'GREEN': 1, 'RED': 0})

----------------------------------------------------------------------
Ran 2944 tests in 73.498s

FAILED (failures=8)
------------------------------------------------------------------------------
This SF.net email is sponsored by 

Make an app they can't live without
Enter the BlackBerry Developer Challenge
http://p.sf.net/sfu/RIM-dev2dev 
_______________________________________________
Pytables-users mailing list
Pytables-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pytables-users

Reply via email to