Skip to content

Commit

Permalink
Remove more than 1 leading #
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-narozniak committed Sep 10, 2024
1 parent 445a89c commit 1b9c5ce
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions datasets/flwr_datasets/federated_dataset_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
@parameterized_class(
("dataset_name", "test_split", "subset"),
[
### Downloaded ###
# Downloaded
# Image
("mnist", "test", ""),
("cifar10", "test", ""),
Expand All @@ -70,7 +70,7 @@
("scikit-learn/adult-census-income", None, ""),
("jlh/uci-mushrooms", None, ""),
("scikit-learn/iris", None, ""),
### Mocked by local recreation ###
# Mocked by local recreation
# Image
("cifar100", "test", ""),
# Note: there's also the extra split and full_numbers subset
Expand All @@ -79,7 +79,7 @@
("sentiment140", "test", ""), # aka twitter
# Audio
("speech_commands", "test", "v0.01"),
### Mocked by partial download ###
# Mocked by partial download
# Image
("flwrlabs/pacs", None, ""),
("flwrlabs/cinic10", "test", ""),
Expand Down

0 comments on commit 1b9c5ce

Please sign in to comment.