Skip to content

Commit 15bd08e

Browse files
fix: dummy data path
1 parent 44b4ea4 commit 15bd08e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tensorflow_datasets/datasets/pneumoniamnist/pneumoniamnist_dataset_builder_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ class PneumoniamnistTest(tfds.testing.DatasetBuilderTestCase):
1414
}
1515

1616
DL_EXTRACT_RESULT = {
17-
'https://zenodo.org/record/10519652/files/pneumoniamnist.npz?download=1': 'dummy_data/pneumoniamnist.npz',
17+
'https://zenodo.org/record/10519652/files/pneumoniamnist.npz?download=1': 'pneumoniamnist.npz',
1818
}
1919

2020

0 commit comments

Comments
 (0)