Skip to content

Commit

Permalink
🩹 Update partitioning parameter name in _check_partition
Browse files Browse the repository at this point in the history
  • Loading branch information
fbriol committed Feb 10, 2024
1 parent c74d4f1 commit a9e4192
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zcollection/collection/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -781,7 +781,7 @@ def validate_partitions(self,
_check_partition,
partitions,
fs=self.fs,
partitioning=self.partitioning)
partitioning_strategy=self.partitioning)
invalid_partitions: list[str] = []
for item in dask.distributed.as_completed(futures):
partition, valid = item.result() # type: ignore
Expand Down

0 comments on commit a9e4192

Please sign in to comment.