From: Waldemar O. <wal...@gm...> - 2005-03-18 17:35:13
|
On Thu, 17 Mar 2005 11:42:30 +0100, Ivan Vilata i Balaguer <iv...@ca...> wrote: > On Thu, Mar 17, 2005 at 10:10:47AM +0100, Ivan Vilata i Balaguer wrote: > > [...] > We think that the issue has been finally fixed. [...] Thanks for amazingly fast reponses. Yes I can confirm the issues have been fixed. The latest sources from Mar 18 pass the tests OK. The errors caused by test_do_undo.py during tearDown are gone. The --heavy switch triggers two failures but I am not sure if they were there before. C:\inbox\pytables\test>c:\python\python24\python.exe test_all.py --heavy -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= PyTables version: 1.0 (alpha) Extension version: $Id: hdf5Extension.pyx 736 2005-03-15 15:34:11Z ivilata $ HDF5 version: 1.6.3-patch numarray version: 1.2.3 Zlib version: 1.2.1 Python version: 2.4 (#60, Nov 30 2004, 11:49:19) [MSC v.1310 32 bit (Intel)] Byte-ordering: little -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Performing the complete test suite! -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Skipping Numeric test suite -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= C:\inbox\pytables\test\tables\Leaf.py:94: UserWarning: ucl compression library i s not available. Using zlib instead!. warnings.warn( \ C:\inbox\pytables\test\tables\Leaf.py:94: UserWarning: lzo compression library i s not available. Using zlib instead!. warnings.warn( \ [...] ====================================================================== FAIL: None (test_indexes.AI5TestCase) ---------------------------------------------------------------------- Traceback (most recent call last): File "C:\inbox\pytables\test\test_indexes.py", line 704, in test05_icounters assert table.nrows == indexedrows AssertionError ====================================================================== FAIL: None (test_indexes.AI6TestCase) ---------------------------------------------------------------------- Traceback (most recent call last): File "C:\inbox\pytables\test\test_indexes.py", line 704, in test05_icounters assert table.nrows == indexedrows AssertionError ---------------------------------------------------------------------- Ran 2276 tests in 315.784s FAILED (failures=2) |