Skip to content

Commit 33298e6

Browse files
committed
fix: remove blosc AUTOSHUFFLE
1 parent 1557b8d commit 33298e6

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

src/main/java/org/janelia/saalfeldlab/n5/zarr/v3/ZarrV3Compressor.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -217,9 +217,6 @@ public Blosc(final BloscCompression compression)
217217
case BloscCompression.BITSHUFFLE:
218218
shuffle = "bitshuffle";
219219
break;
220-
case BloscCompression.AUTOSHUFFLE:
221-
shuffle = typesize == 1 ? "bitshuffle" : "shuffle";
222-
break;
223220
default:
224221
throw new N5Exception("Invalid shuffle: " + _shuffle);
225222
}

0 commit comments

Comments
 (0)