Skip to content

Commit c2291f9

Browse files
committed
duplicating the fake images and adding a fake list of labels; updating the tests
1 parent c28a63f commit c2291f9

File tree

11 files changed

+15
-1
lines changed

11 files changed

+15
-1
lines changed

tensorflow_datasets/image/deep_weeds_test.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,11 @@
2323
class DeepWeedsTest(tfds_test.DatasetBuilderTestCase):
2424
DATASET_CLASS = deep_weeds.DeepWeeds
2525
SPLITS = {
26-
"train": 4,
26+
"train": 9,
27+
}
28+
DL_EXTRACT_RESULT = {
29+
"image": "images/",
30+
"label": "labels.csv",
2731
}
2832

2933

Loading
Loading
Loading
Loading
Loading

0 commit comments

Comments
 (0)