Skip to content

Commit

Permalink
fix: add needed assets and fix mixed datset test
Browse files Browse the repository at this point in the history
  • Loading branch information
gumityolcu committed Dec 8, 2024
1 parent d77914c commit 818e5f0
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 0 deletions.
Binary file added tests/assets/fashion_mnist_examples/test_indices
Binary file not shown.
Binary file added tests/assets/fashion_mnist_examples/train_indices
Binary file not shown.
1 change: 1 addition & 0 deletions tests/benchmarks/heuristics/test_mixed_datasets.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ def test_mixed_datasets(
root=adversarial_path,
label=adversarial_label,
transform=adversarial_transforms,
train=False,
)

if init_method == "generate":
Expand Down

0 comments on commit 818e5f0

Please sign in to comment.