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 a90f284 commit c7c671cCopy full SHA for c7c671c
2 files changed
tests/files/org/openml/test/localhost_8000/minio/dataset30/dataset_30.pq
114 KB
tests/test_datasets/test_dataset_functions.py
@@ -377,7 +377,7 @@ def test__download_minio_file_works_with_bucket_subdirectory(self):
377
@mock.patch.object(MinIOClient, "download_minio_file")
378
@pytest.mark.test_server()
379
def test__get_dataset_parquet_is_cached(self, patch):
380
- openml.config.set_root_cache_directory(self.static_cache_dir)
+ openml.config.set_root_cache_directory(self.static_cache_dir/'org/openml/test')
381
patch.side_effect = RuntimeError(
382
"download_parquet_url should not be called when loading from cache",
383
)
0 commit comments