Skip to content

Commit 4a7aad7

Browse files
Remove the step to clean the cache for test_iwslt (#1192)
1 parent ebb7c3a commit 4a7aad7

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

test/data/test_builtin_datasets.py

-2
Original file line numberDiff line numberDiff line change
@@ -298,8 +298,6 @@ def assert_nth_pair_is_equal(n, expected_sentence_pair):
298298
'alle', 'möglichen', 'Funktionsteile', 'hat', '.', '\n'],
299299
['It', "'s", 'one', 'of', 'my', 'favorites', ',', 'because', 'it', "'s",
300300
'got', 'all', 'sorts', 'of', 'working', 'parts', '.', '\n']))
301-
datafile = os.path.join(self.project_root, ".data", "2016-01.tgz")
302-
conditional_remove(datafile)
303301

304302
def test_multi30k(self):
305303
from torchtext.experimental.datasets import Multi30k

0 commit comments

Comments
 (0)