Skip to content
This repository was archived by the owner on Sep 10, 2025. It is now read-only.

Commit 417ee55

Browse files
committed
incorporate feedback from review.
1 parent 887a234 commit 417ee55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/datasets/test_iwslt2016.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ def _get_mock_dataset(root_dir, split, src, tgt):
7070
"""
7171
root_dir: directory to the mocked dataset
7272
"""
73-
outer_temp_dataset_dir = os.path.join(root_dir, f"IWSLT2016/2016-01/texts/{src}/{tgt}/")
73+
outer_temp_dataset_dir = os.path.join(root_dir, f"IWSLT2016/temp_dataset_dir/2016-01/texts/{src}/{tgt}/")
7474
inner_temp_dataset_dir = os.path.join(outer_temp_dataset_dir, f"{src}-{tgt}")
7575

7676
os.makedirs(outer_temp_dataset_dir, exist_ok=True)

0 commit comments

Comments
 (0)