Skip to content

Commit

Permalink
temporary fix for test cases (#303)
Browse files Browse the repository at this point in the history
  • Loading branch information
manujosephv authored Nov 15, 2023
1 parent 1914c91 commit 945d801
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -151,3 +151,4 @@ compare.py
checkpoints/
docs/examples/basic/
examples/test_save/
tests/.datasets/occupancy_data.zip
2 changes: 1 addition & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
import urllib.request

urllib.request.urlretrieve(
"https://archive.ics.uci.edu/ml/machine-learning-databases/00357/occupancy_data.zip", DATASET_ZIP_OCCUPANCY
"http://archive.ics.uci.edu/ml/machine-learning-databases/00357/occupancy_data.zip", DATASET_ZIP_OCCUPANCY
)


Expand Down

0 comments on commit 945d801

Please sign in to comment.