Skip to content

Commit a5b701e

Browse files
committed
remove default FEATURE_TYPES
1 parent ce957c6 commit a5b701e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/test_datasets.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2492,7 +2492,6 @@ def inject_fake_data(self, tmpdir: str, config):
24922492

24932493
class Flowers102TestCase(datasets_utils.ImageDatasetTestCase):
24942494
DATASET_CLASS = datasets.Flowers102
2495-
FEATURE_TYPES = (PIL.Image.Image, int)
24962495

24972496
ADDITIONAL_CONFIGS = datasets_utils.combinations_grid(split=("train", "val", "test"))
24982497
REQUIRED_PACKAGES = ("scipy",)

0 commit comments

Comments
 (0)