diff --git a/.gitignore b/.gitignore index 73e97780..ab5a30fe 100644 --- a/.gitignore +++ b/.gitignore @@ -151,3 +151,4 @@ compare.py checkpoints/ docs/examples/basic/ examples/test_save/ +tests/.datasets/occupancy_data.zip diff --git a/tests/conftest.py b/tests/conftest.py index 69f0e07a..09167a0a 100644 --- a/tests/conftest.py +++ b/tests/conftest.py @@ -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 )