A couple of failures like this also with 1.1.2/blosc 1.14.2:
<log> ====================================================================== FAIL: test01b (bcolz.tests.test_carray.bloscFiltersTest) Testing all available filters in big arrays (bcolz.defaults) ---------------------------------------------------------------------- Traceback (most recent call last): File "bcolz/tests/test_carray.py", line 2322, in test01b "carray does not seem to compress at all") AssertionError: carray does not seem to compress at all ====================================================================== FAIL: test01c (bcolz.tests.test_carray.bloscFiltersTest) Testing all available filters in big arrays (context) ---------------------------------------------------------------------- Traceback (most recent call last): File "bcolz/tests/test_carray.py", line 2344, in test01c self.assertTrue(bcolz.defaults.cparams['shuffle'] == bcolz.SHUFFLE) AssertionError: False is not true ====================================================================== FAIL: test01b (bcolz.tests.test_carray.filtersDiskTest) Testing all available filters in big arrays (bcolz.defaults) ---------------------------------------------------------------------- Traceback (most recent call last): File "bcolz/tests/test_carray.py", line 2322, in test01b "carray does not seem to compress at all") AssertionError: carray does not seem to compress at all ====================================================================== FAIL: test01c (bcolz.tests.test_carray.filtersDiskTest) Testing all available filters in big arrays (context) ---------------------------------------------------------------------- Traceback (most recent call last): File "bcolz/tests/test_carray.py", line 2344, in test01c self.assertTrue(bcolz.defaults.cparams['shuffle'] == bcolz.SHUFFLE) AssertionError: False is not true ====================================================================== FAIL: test01a (bcolz.tests.test_carray.filtersMemoryTest) Testing all available filters in big arrays (setdefaults) ---------------------------------------------------------------------- Traceback (most recent call last): File "bcolz/tests/test_carray.py", line 2302, in test01a "carray does not seem to compress at all") AssertionError: carray does not seem to compress at all ====================================================================== FAIL: test01b (bcolz.tests.test_carray.filtersMemoryTest) Testing all available filters in big arrays (bcolz.defaults) ---------------------------------------------------------------------- Traceback (most recent call last): File "bcolz/tests/test_carray.py", line 2322, in test01b "carray does not seem to compress at all") AssertionError: carray does not seem to compress at all ====================================================================== FAIL: test01c (bcolz.tests.test_carray.filtersMemoryTest) Testing all available filters in big arrays (context) ---------------------------------------------------------------------- Traceback (most recent call last): File "bcolz/tests/test_carray.py", line 2344, in test01c self.assertTrue(bcolz.defaults.cparams['shuffle'] == bcolz.SHUFFLE) AssertionError: False is not true ====================================================================== FAIL: test01 (bcolz.tests.test_carray.miscDiskTest) Testing __sizeof__() (big carrays) ---------------------------------------------------------------------- Traceback (most recent call last): File "bcolz/tests/test_carray.py", line 639, in test01 "carray does not seem to compress at all") AssertionError: carray does not seem to compress at all ====================================================================== FAIL: test01 (bcolz.tests.test_carray.miscMemoryTest) Testing __sizeof__() (big carrays) ---------------------------------------------------------------------- Traceback (most recent call last): File "bcolz/tests/test_carray.py", line 639, in test01 "carray does not seem to compress at all") AssertionError: carray does not seem to compress at all ====================================================================== FAIL: test_repr_disk_array_append (bcolz.tests.test_carray.reprDiskTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "bcolz/tests/test_carray.py", line 2430, in test_repr_disk_array_append self.assertEqual(expected, repr(y)) AssertionError: "carray((0,), float64)\n nbytes := 0; cbytes := 16.00 KB; ratio: 0.00\n cparams := cparams(clevel=5, shuffle=1, cname='blosclz', quantize=0)\n chunklen := 2048; chunksize: 16384; blocksize: 0\n rootdir := '/tmp/bcolz-reprDiskTestDqkqDw'\n mode := 'a'\n[]" != "carray((0,), float64)\n nbytes := 0; cbytes := 16.00 KB; ratio: 0.00\n cparams := cparams(clevel=9, shuffle=0, cname='blosclz', quantize=0)\n chunklen := 2048; chunksize: 16384; blocksize: 0\n rootdir := '/tmp/bcolz-reprDiskTestDqkqDw'\n mode := 'a'\n[]" ====================================================================== FAIL: test_repr_disk_array_read (bcolz.tests.test_carray.reprDiskTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "bcolz/tests/test_carray.py", line 2424, in test_repr_disk_array_read self.assertEqual(expected, repr(x)) AssertionError: "carray((0,), float64)\n nbytes := 0; cbytes := 16.00 KB; ratio: 0.00\n cparams := cparams(clevel=5, shuffle=1, cname='blosclz', quantize=0)\n chunklen := 2048; chunksize: 16384; blocksize: 0\n rootdir := '/tmp/bcolz-reprDiskTestGi8U2E'\n mode := 'r'\n[]" != "carray((0,), float64)\n nbytes := 0; cbytes := 16.00 KB; ratio: 0.00\n cparams := cparams(clevel=9, shuffle=0, cname='blosclz', quantize=0)\n chunklen := 2048; chunksize: 16384; blocksize: 0\n rootdir := '/tmp/bcolz-reprDiskTestGi8U2E'\n mode := 'r'\n[]" ====================================================================== FAIL: test_repr_disk_array_write (bcolz.tests.test_carray.reprDiskTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "bcolz/tests/test_carray.py", line 2419, in test_repr_disk_array_write self.assertEqual(expected, repr(x)) AssertionError: "carray((0,), float64)\n nbytes := 0; cbytes := 16.00 KB; ratio: 0.00\n cparams := cparams(clevel=5, shuffle=1, cname='blosclz', quantize=0)\n chunklen := 2048; chunksize: 16384; blocksize: 0\n rootdir := '/tmp/bcolz-reprDiskTestgeKgYN'\n mode := 'w'\n[]" != "carray((0,), float64)\n nbytes := 0; cbytes := 16.00 KB; ratio: 0.00\n cparams := cparams(clevel=9, shuffle=0, cname='blosclz', quantize=0)\n chunklen := 2048; chunksize: 16384; blocksize: 0\n rootdir := '/tmp/bcolz-reprDiskTestgeKgYN'\n mode := 'w'\n[]" ====================================================================== FAIL: test02 (bcolz.tests.test_ctable.copyDiskTest) Testing copy() with lower clevel ---------------------------------------------------------------------- Traceback (most recent call last): File "bcolz/tests/test_ctable.py", line 1025, in test02 self.assertTrue(t['f1'].cbytes < t2['f1'].cbytes, "clevel not changed") AssertionError: clevel not changed ====================================================================== FAIL: test03 (bcolz.tests.test_ctable.copyDiskTest) Testing copy() with no shuffle ---------------------------------------------------------------------- Traceback (most recent call last): File "bcolz/tests/test_ctable.py", line 1036, in test03 self.assertTrue(t['f1'].cbytes < t2['f1'].cbytes, "clevel not changed") AssertionError: clevel not changed ====================================================================== FAIL: test01 (bcolz.tests.test_ctable.copyMemoryTest) Testing copy() with higher clevel ---------------------------------------------------------------------- Traceback (most recent call last): File "bcolz/tests/test_ctable.py", line 1014, in test01 self.assertTrue(t['f1'].cbytes > t2['f1'].cbytes, "clevel not changed") AssertionError: clevel not changed ====================================================================== FAIL: test02 (bcolz.tests.test_ctable.copyMemoryTest) Testing copy() with lower clevel ---------------------------------------------------------------------- Traceback (most recent call last): File "bcolz/tests/test_ctable.py", line 1025, in test02 self.assertTrue(t['f1'].cbytes < t2['f1'].cbytes, "clevel not changed") AssertionError: clevel not changed ====================================================================== FAIL: test03 (bcolz.tests.test_ctable.copyMemoryTest) Testing copy() with no shuffle ---------------------------------------------------------------------- Traceback (most recent call last): File "bcolz/tests/test_ctable.py", line 1036, in test03 self.assertTrue(t['f1'].cbytes < t2['f1'].cbytes, "clevel not changed") AssertionError: clevel not changed ====================================================================== FAIL: test01 (bcolz.tests.test_ctable.specialTest) Testing __sizeof__() (big ctables) ---------------------------------------------------------------------- Traceback (most recent call last): File "bcolz/tests/test_ctable.py", line 1067, in test01 "ctable does not seem to compress at all") AssertionError: ctable does not seem to compress at all ---------------------------------------------------------------------- Ran 1270 tests in 4.377s FAILED (failures=18, skipped=156) </log> -- 4096R/DF5182C8 (sten...@debian.org) http://www.danielstender.com/ -- debian-science-maintainers mailing list debian-science-maintainers@lists.alioth.debian.org http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-science-maintainers