Skip to content

Commit 0a2c5f7

Browse files
Remove packbits default for bool
As discussed in #74 (comment)
1 parent ba70685 commit 0a2c5f7

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

bio2zarr/vcf.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1231,8 +1231,6 @@ def _choose_compressor_settings(self):
12311231
shuffle = numcodecs.Blosc.BITSHUFFLE
12321232
self.compressor["shuffle"] = shuffle
12331233

1234-
if dt.name == "bool":
1235-
self.filters.append(numcodecs.PackBits().get_config())
12361234

12371235

12381236
ZARR_SCHEMA_FORMAT_VERSION = "0.2"

0 commit comments

Comments
 (0)