Skip to content

Commit 6de8f50

Browse files
authored
Rename parameter 'encoding' to 'data' in sanitize_encoding
1 parent c0bdf5a commit 6de8f50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/satellite_consumer/storage.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
def sanitize_encoding(
2626
ds: xr.Dataset,
27-
encoding: dict[str, Any],
27+
data: dict[str, Any],
2828
) -> dict[str, Any]:
2929
"""Get the encoding dictionary for writing the dataset to Zarr."""
3030
dims: list[str] = encoding["_ARRAY_DIMENSIONS"]

0 commit comments

Comments
 (0)