Skip to content
Prev Previous commit
Test obsolete, replaced by test_get_dataset_lazy_behavior
  • Loading branch information
PGijsbers committed Sep 22, 2024
commit 44dcb03d124bd1d1050ebd78ad035f3b8da5d4dd
9 changes: 0 additions & 9 deletions tests/test_datasets/test_dataset_functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -249,15 +249,6 @@ def test_get_dataset_by_name(self):
assert len(dataset.features) > 1
assert len(dataset.qualities) > 4

def test_get_dataset_by_id(self):
dataset = openml.datasets.get_dataset(1, download_data=True)
assert type(dataset) == OpenMLDataset
assert dataset.name == "anneal"
_assert_datasets_retrieved_successfully([1], with_data=True)

assert len(dataset.features) > 1
assert len(dataset.qualities) > 4

@pytest.mark.skip("Feature is experimental, can not test against stable server.")
def test_get_dataset_download_all_files(self):
# openml.datasets.get_dataset(id, download_all_files=True)
Expand Down