Skip to content

Commit

Permalink
Update test_data file location
Browse files Browse the repository at this point in the history
  • Loading branch information
juhuntenburg committed Apr 6, 2021
1 parent b1faf05 commit bd4fa45
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions iblvideo/tests/download_test_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ def _download_test_data(version=__version__):
local_path.mkdir(exist_ok=True, parents=True)

# Construct URL and call download
url = '{}/{}/test_data_v{}.zip'.format(par.HTTP_DATA_SERVER, str(data_dir),
'.'.join(version.split('.')[:-1]))
url = '{}/{}/dlc_test_data_v{}.zip'.format(par.HTTP_DATA_SERVER, str(data_dir),
'.'.join(version.split('.')[:-1]))
file_name = http_download_file(url,
cache_dir=local_path,
username=par.HTTP_DATA_SERVER_LOGIN,
Expand Down

0 comments on commit bd4fa45

Please sign in to comment.