Skip to content

Commit

Permalink
Test obsolete, replaced by test_get_dataset_lazy_behavior
Browse files Browse the repository at this point in the history
  • Loading branch information
PGijsbers committed Sep 22, 2024
1 parent 973a7be commit 44dcb03
Showing 1 changed file with 0 additions and 9 deletions.
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

0 comments on commit 44dcb03

Please sign in to comment.