Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
javier authored and javier committed Dec 4, 2024
1 parent 0413a16 commit 2514e29
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions datasets/flwr_datasets/federated_dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -341,8 +341,8 @@ def _check_if_no_split_keyword_possible(self) -> None:
def _check_partitioners_correctness(self) -> None:
"""Check if the partitioners are correctly specified.
Check if each partitioner is a different Python object. Using the same partitioner
for different splits is not allowed.
Check if each partitioner is a different Python object. Using the same
partitioner for different splits is not allowed.
"""
partitioners_keys = list(self._partitioners.keys())
for i, first_split in enumerate(partitioners_keys):
Expand Down

0 comments on commit 2514e29

Please sign in to comment.