Skip to content

Commit

Permalink
Update test_utils.py
Browse files Browse the repository at this point in the history
  • Loading branch information
piiswrong authored Sep 24, 2017
1 parent ebf1bf9 commit e33da52
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python/mxnet/test_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -1411,6 +1411,7 @@ def read_data(label_url, image_url):
'test_data':test_img, 'test_label':test_lbl}

def get_bz2_data(data_dir, data_name, url, data_origin_name):
"""Download and extract bz2 data."""
download(url, dirname=data_dir, overwrite=False)
os.chdir(data_dir)
if not os.path.exists(data_name):
Expand Down

0 comments on commit e33da52

Please sign in to comment.