Skip to content

Commit

Permalink
Specify FederatedDatasets as FederatedDataset
Browse files Browse the repository at this point in the history
Co-authored-by: Daniel J. Beutel <[email protected]>
  • Loading branch information
adam-narozniak and danieljanes authored Oct 12, 2023
1 parent 867ae5d commit 094ca8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datasets/flwr_datasets/federated_dataset_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ def test_multiple_partitioners(self) -> None:


class PartitionersSpecificationForFederatedDatasets(unittest.TestCase):
"""Test the specifications of partitioners for FederatedDatasets."""
"""Test the specifications of partitioners for `FederatedDataset`."""

dataset_name = "cifar10"
test_split = "test"
Expand Down

0 comments on commit 094ca8d

Please sign in to comment.