A Wednesday 20 August 2008, escriguéreu: > Hi, > > FYI, running tables.test() after installing latest version of > pytables in Windows resulted in 2 test failures. Error messages and > output of tables.print_versions() are copied below. > > ************************************************ > > > FAIL: Checking representation of a nested Table > --------------------------------------------------------------------- >- Traceback (most recent call last): > File "C:\Python25\Lib\site-packages\tables\tests\common.py", line > 247, in newmethod > return oldmethod(self, *args, **kwargs) > File > "C:\Python25\Lib\site-packages\tables\tests\test_nestedtypes.py", > line 700, in test00a_repr > """) > AssertionError > > ===================================================================== >= FAIL: Checking representation of a nested Table > --------------------------------------------------------------------- >- Traceback (most recent call last): > File "C:\Python25\Lib\site-packages\tables\tests\common.py", line > 247, in newmethod > return oldmethod(self, *args, **kwargs) > File > "C:\Python25\Lib\site-packages\tables\tests\test_nestedtypes.py", > line 700, in test00a_repr > """) > AssertionError > > PyTables version: 2.0.4 > HDF5 version: 1.6.7 > NumPy version: 1.1.0 > Zlib version: 1.2.3 > Python version: 2.5.2 (r252:60911, Feb 21 2008, 13:11:45) [MSC > v.1310 32 bit (Intel)] > Byte-ordering: little
This should be an issue with a change in the representation of complex numbers in NumPy 1.1.0. Just install NumPy 1.1.1 and the errors should go away. Cheers, -- Francesc Alted Freelance developer Tel +34-964-282-249 ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Pytables-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/pytables-users
