Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix: restored the instances of minio
  • Loading branch information
varshneydevansh committed Aug 11, 2023
commit 5e97ad008390b73576d9a5a04f7d02e65be88317
4 changes: 2 additions & 2 deletions tests/test_datasets/test_dataset_functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -1412,8 +1412,8 @@ def test_get_dataset_cache_format_pickle(self):

def test_get_dataset_cache_format_feather(self):
# This test crashed due to using the parquet file by default, which is downloaded
# from parquet. However, there is a mismatch between OpenML test server and parquet IDs.
# The parquet file on parquet with ID 128 is not the iris dataset from the test server.
# from minio. However, there is a mismatch between OpenML test server and minio IDs.
# The parquet file on minio with ID 128 is not the iris dataset from the test server.
dataset = openml.datasets.get_dataset(128, cache_format="feather")
# Workaround
dataset._parquet_url = None
Expand Down