Skip to content

Commit

Permalink
fix har dataset url (blue-yonder#538)
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxBenChrist authored May 20, 2019
1 parent f67e776 commit 00884fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsfresh/examples/har_dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ def download_har_dataset():
>>> har_dataset.download_har_dataset()
"""

zipurl = 'https://github.com/MaxBenChrist/human-activity-dataset/blob/master/UCI%20HAR%20Dataset.zip?raw=true'
zipurl = 'https://github.com/MaxBenChrist/human-activity-dataset/blob/master/UCI%20HAR%20Dataset.zip?raw=True'

if os.path.exists(data_file_name_dataset) and os.path.exists(data_file_name_classes):
_logger.warning("You have already downloaded the Human Activity Data Set.")
Expand Down

0 comments on commit 00884fb

Please sign in to comment.