Skip to content

Commit

Permalink
Inline the code of the allow_partial_chunks and end, document the par…
Browse files Browse the repository at this point in the history
…ameter in order on the extract_zarr_variable_encoding method, raise the correct error if the border size is smaller than the zchunk on mode equal to r+
  • Loading branch information
josephnowak committed Sep 20, 2024
1 parent c781042 commit c454cfe
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 @@ -286,8 +286,8 @@ def extract_zarr_variable_encoding(
Parameters
----------
variable : Variable
name: str | Hashable, optional
raise_on_invalid : bool, optional
name: str | Hashable, optional
safe_chunks: bool, optional
region: tuple[slice], optional
mode: str, optional
Expand Down

0 comments on commit c454cfe

Please sign in to comment.