Skip to content

Commit

Permalink
Fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
lvapeab committed May 12, 2020
1 parent 4ba94e2 commit 81c72c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/data_engine/test_prepare_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def test_build_datset():

def test_load_dataset():
params = load_parameters()
ds = loadDataset(os.path.join('.',
ds = loadDataset(os.path.join('datasets',
'Dataset_' + params['DATASET_NAME'] + '_' + params['SRC_LAN'] + params[
'TRG_LAN'] + '.pkl'))
assert isinstance(ds, Dataset)
Expand Down

0 comments on commit 81c72c0

Please sign in to comment.