Skip to content

Commit 01cf661

Browse files
committed
fix blosc shuffle
1 parent badff71 commit 01cf661

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

src/main/java/dev/zarr/zarrjava/v2/ArrayMetadataBuilder.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -93,9 +93,6 @@ public ArrayMetadataBuilder withBloscCompressor(
9393
}
9494

9595
public ArrayMetadataBuilder withBloscCompressor(String cname, String shuffle, int clevel, int blockSize) {
96-
if (shuffle.equals("shuffle")) {
97-
shuffle = "byteshuffle";
98-
}
9996
return withBloscCompressor(Blosc.Compressor.fromString(cname), Blosc.Shuffle.fromString(shuffle), clevel,
10097
dataType.getByteCount(), blockSize
10198
);

0 commit comments

Comments
 (0)