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 0de1eac commit 6f11d4eCopy full SHA for 6f11d4e
1 file changed
tests/test_datasets/test_dataset_functions.py
@@ -184,7 +184,7 @@ def test__name_to_id_with_deactivated(self):
184
"""Check that an activated dataset is returned if an earlier deactivated one exists."""
185
self.use_production_server()
186
# /d/1 was deactivated
187
- assert openml.datasets.functions._name_to_id("anneal") == 2
+ assert openml.datasets.functions._name_to_id("anneal",version=1) == 2
188
189
@pytest.mark.production_server()
190
def test__name_to_id_with_multiple_active(self):
0 commit comments