From: Peter D. <pe...@cs...> - 2005-08-11 19:09:32
|
Hi, I just started playing with pytables. Nice product, thank you for it. I would like to use it for storing a huge and ever growing collection of combinatorial/statistical designs. At the moment they are in bzip2-ed xml files at http://designtheory.org. While installing pytables some of the numarray related tests failed on an Opteron based machine. I installed both 1.1 and 1.2-b1 with the same result. On the i686 platform all tests succeeded for both versions. Here is the failed test output: ---> % python test_all.py -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= PyTables version: 1.2-beta1 Extension version: $Id: utilsExtension.pyx 1135 2005-07-29 11:49:51Z ivilata $ HDF5 version: 1.6.2 numarray version: 1.3.3 Zlib version: 1.2.2 LZO version: 1.08 (Jul 12 2002) UCL version: 1.03 (Jul 20 2004) BZIP2 version: 1.0.2 (30-Dec-2001) Python version: 2.4.1 (#2, Mar 30 2005, 20:41:35) [GCC 3.3.5 (Debian 1:3.3.5-8ubuntu2)] Platform: linux2-x86_64 Byte-ordering: little -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Performing only a light (yet comprehensive) subset of the test suite. If you have a big system and lots of CPU to waste and want to do a more complete test, try passing the --heavy flag to this script. The whole suite will take more than 10 minutes to complete on a relatively modern CPU and around 100 MB of main memory. -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Numeric (version 23.7) is present. Adding the Numeric test suite. -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= ...................................FF........................................... ................................................................................ ... ................................................................................ ....................................................................... ====================================================================== FAIL: None (test_attributes.CloseTypesTestCase) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/peter/src/languages/python/pytables/pytables-1.2-b1/test/test_attributes.py", line 522, in test01c_setIntAttributes numarray.array([1,2], type=stype)) AssertionError ====================================================================== FAIL: None (test_attributes.CloseTypesTestCase) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/peter/src/languages/python/pytables/pytables-1.2-b1/test/test_attributes.py", line 550, in test01d_setIntAttributes numarray.array([[1,2],[2,3]], type=stype)) AssertionError ---------------------------------------------------------------------- Ran 1991 tests in 77.615s FAILED (failures=2) <--- Regards, Peter |