[h5py] 205/455: Tweak LZF settings

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Thu Jul 2 18:19:33 UTC 2015


This is an automated email from the git hooks/post-receive script.

ghisvail-guest pushed a commit to annotated tag 1.3.0
in repository h5py.

commit 10600ba17a0cb5a2f80b638973a5d5dae5883d45
Author: andrewcollette <andrew.collette at gmail.com>
Date:   Wed Jan 28 08:13:10 2009 +0000

    Tweak LZF settings
---
 h5py/lzf/lzfP.h            | 2 +-
 h5py/tests/test_filters.py | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/h5py/lzf/lzfP.h b/h5py/lzf/lzfP.h
index d533f18..6b151ef 100644
--- a/h5py/lzf/lzfP.h
+++ b/h5py/lzf/lzfP.h
@@ -72,7 +72,7 @@
  * possibly disable this for text data.
  */
 #ifndef ULTRA_FAST
-# define ULTRA_FAST 0
+# define ULTRA_FAST 1
 #endif
 
 /*
diff --git a/h5py/tests/test_filters.py b/h5py/tests/test_filters.py
index c2da96c..0e1a360 100644
--- a/h5py/tests/test_filters.py
+++ b/h5py/tests/test_filters.py
@@ -98,6 +98,7 @@ class TestFilters(object):
         for s in shapes:
             for t in types:
                 for c in compression:
+                    test_dset(s, t, compression=c, shuffle=True)
                     test_dset(s, t, compression=c, shuffle=False)
                 test_dset(s, t, fletcher32=True)
                 test_dset(s, t, shuffle=True)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/h5py.git



More information about the debian-science-commits mailing list