Skip to content

Commit cecfbb5

Browse files
update tests
1 parent 1054f22 commit cecfbb5

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

tensorflow_datasets/image/div2k_test.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,12 @@ class Div2kTest_unknown_x2(testing.DatasetBuilderTestCase):
3030
"validation": 1,
3131
}
3232

33+
DL_EXTRACT_RESULT = {
34+
"train_hr_url": "DIV2K_train_HR",
35+
"valid_hr_url": "DIV2K_valid_HR",
36+
"train_lr_url": "DIV2K_train_LR_unknown_X2",
37+
"valid_lr_url": "DIV2K_valid_LR_unknown_X2",
38+
}
39+
3340
if __name__ == "__main__":
3441
testing.test_main()

0 commit comments

Comments
 (0)