Skip to content

Commit

Permalink
make cache_members default to True
Browse files Browse the repository at this point in the history
  • Loading branch information
d-v-b committed Dec 17, 2024
1 parent 65cadcb commit e8cd3c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xarray/backends/zarr.py
Original file line number Diff line number Diff line change
Expand Up @@ -635,7 +635,7 @@ def open_store(
zarr_format=None,
use_zarr_fill_value_as_mask=None,
write_empty: bool | None = None,
cache_members: bool = False,
cache_members: bool = True,
):
(
zarr_group,
Expand Down

0 comments on commit e8cd3c8

Please sign in to comment.