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
[clip]
> = 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 fact, this was a problem related with using Cython >= 0.13, and  
solved some weeks ago:

http://pytables.org/trac/ticket/293

Hmm, I guess PyTables needs a 2.2.1 release very soon now.  Let's see if 
I have some time to spend on this next week.

-- 
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