Skip to content

Commit

Permalink
fix endian_codec
Browse files Browse the repository at this point in the history
  • Loading branch information
normanrz committed Jul 31, 2023
1 parent 9222176 commit ecb5128
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webknossos/webknossos/dataset/_array.py
Original file line number Diff line number Diff line change
Expand Up @@ -568,7 +568,7 @@ def create(cls, path: Path, array_info: ArrayInfo) -> "ZarritaArray":
if array_info.compression_mode
else [
zarrita.codecs.transpose_codec("F"),
zarrita.codecs.endian(),
zarrita.codecs.endian_codec(),
],
)
],
Expand Down

0 comments on commit ecb5128

Please sign in to comment.