Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
malmans2 committed Feb 8, 2023
1 parent 0045880 commit 8e12728
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions cacholote/extra_encoders.py
Original file line number Diff line number Diff line change
Expand Up @@ -237,12 +237,7 @@ def dictify_xr_dataset(obj: "xr.Dataset") -> Dict[str, Any]:
file_json = _dictify_file(fs_out, urlpath_out)
kwargs: Dict[str, Any] = {"chunks": {}}
if filetype == "application/vnd+zarr":
kwargs.update(
{
"engine": "zarr",
"consolidated": True,
}
)
kwargs.update({"engine": "zarr", "consolidated": True})

return encode.dictify_python_call(
decode_xr_dataset,
Expand Down

0 comments on commit 8e12728

Please sign in to comment.