Skip to content

Commit

Permalink
Fix sim train download
Browse files Browse the repository at this point in the history
  • Loading branch information
Flova authored Sep 9, 2021
1 parent 3f81b74 commit 34e4097
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/download_dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ def download_file(filename, params):
tmp_file = os.path.join(DATA_FOLDER, 'simulation', 'train.zip')
params = {
'path': '/simulation',
'files': 'test',
'files': 'train',
}
folder = os.path.join(DATA_FOLDER, 'simulation')
approx_size = 152
Expand Down

0 comments on commit 34e4097

Please sign in to comment.