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 d312da0 commit 4a13100Copy full SHA for 4a13100
tests/test_datasets/test_dataset_functions.py
@@ -265,6 +265,7 @@ def test__name_to_id_with_version(self):
265
266
def test__name_to_id_with_multiple_active_error(self):
267
""" With multiple active datasets, retrieve the least recent active. """
268
+ openml.config.server = self.production_server
269
self.assertRaisesRegex(
270
ValueError,
271
"Multiple active datasets exist with name iris",
0 commit comments