We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3231e63 + faf4fa2 commit 500e68cCopy full SHA for 500e68c
1 file changed
tests/test_datasets/test_dataset_functions.py
@@ -250,6 +250,6 @@ def test_upload_dataset_with_url(self):
250
dataset = OpenMLDataset(
251
name="UploadTestWithURL", version=1, description="test",
252
format="ARFF",
253
- url="http://expdb.cs.kuleuven.be/expdb/data/uci/nominal/iris.arff")
+ url="http://www.cs.umb.edu/~rickb/files/UCI/anneal.arff")
254
dataset.publish()
255
self.assertIsInstance(dataset.dataset_id, int)
0 commit comments