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 2e128cd commit 8ef80fdCopy full SHA for 8ef80fd
2 files changed
tests/files/localhost_8080/minio/dataset30/dataset_30.pq
-69.3 KB
tests/test_datasets/test_dataset_functions.py
@@ -378,6 +378,9 @@ def test__download_minio_file_works_with_bucket_subdirectory(self):
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)
381
+ # TODO debug
382
+ self.logger.info(self.static_cache_dir)
383
+ self.logger.info(openml.config.get_minio_download_path("http://data.openml.org/dataset30/dataset_30.pq"))
384
patch.side_effect = RuntimeError(
385
"download_parquet_url should not be called when loading from cache",
386
)
0 commit comments