Skip to content

Commit 0b989d1

Browse files
committed
Fix typo
1 parent b161b3b commit 0b989d1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_datasets/test_dataset_functions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -879,7 +879,7 @@ def test_create_invalid_dataset(self):
879879

880880
@pytest.mark.uses_test_server()
881881
def test_get_online_dataset_arff(self):
882-
dataset_id = 128 # iris -- one of the few datasets with parquet file
882+
dataset_id = 128 # iris -- one of the few datasets without parquet file
883883
# lazy loading not used as arff file is checked.
884884
dataset = openml.datasets.get_dataset(dataset_id, download_data=True)
885885
decoder = arff.ArffDecoder()

0 commit comments

Comments
 (0)