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.
1 parent 64787ed commit 5a1cd4dCopy full SHA for 5a1cd4d
1 file changed
openml/testing.py
@@ -28,6 +28,7 @@ def setUp(self):
28
self.cached = True
29
# amueller's read/write key that he will throw away later
30
openml.config.apikey = "610344db6388d9ba34f6db45a3cf71de"
31
+ openml.config.server = "http://test.openml.org/api/v1/xml"
32
openml.config.set_cache_directory(self.workdir, self.workdir)
33
34
def tearDown(self):
0 commit comments