Skip to content

Commit

Permalink
No comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
TibetanSandFox committed Dec 12, 2019
1 parent 5fcc90c commit 80a9b31
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions strlearn/tests/test_streams.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ def test_download_arff():
r = requests.get(url)
with open('Toyset.arff', 'wb') as f:
f.write(r.content)

url = 'http://156.17.43.89/Elec.arff'
r = requests.get(url)
with open('Elec.arff', 'wb') as f:
f.write(r.content)

Expand Down

0 comments on commit 80a9b31

Please sign in to comment.