Skip to content

Commit

Permalink
Do not normalize_keys in Format.init_store()
Browse files Browse the repository at this point in the history
  • Loading branch information
sbesson committed Dec 10, 2021
1 parent d61e4d5 commit c3927c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ome_zarr/format.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ def init_store(self, path: str, mode: str = "r") -> FSStore:

kwargs = {
"dimension_separator": "/",
"normalize_keys": True,
"normalize_keys": False,
}

mkdir = True
Expand Down

0 comments on commit c3927c0

Please sign in to comment.