Skip to content

Commit

Permalink
write_empty_chunks
Browse files Browse the repository at this point in the history
  • Loading branch information
dcherian committed Jan 27, 2025
1 parent 75fa55a commit cc9791d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions icechunk-python/python/icechunk/xarray.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,8 +114,7 @@ def _open_group(
append_dim=append_dim,
write_region=region,
safe_chunks=self.safe_chunks,
# TODO: uncomment when Zarr has support
# write_empty=self.write_empty_chunks,
write_empty=self.write_empty_chunks,
synchronizer=None,
consolidated=False,
consolidate_on_close=False,
Expand Down

0 comments on commit cc9791d

Please sign in to comment.