File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -245,6 +245,7 @@ def _expected_static_cache_state(root_dir: Path) -> list[Path]:
245245 _c_root_dir / "api" / "v1" / "xml" / "data" / "features" / "2" ,
246246 _c_root_dir / "api" / "v1" / "xml" / "data" / "features" / "2" / "body.xml" ,
247247 _c_root_dir / "data" / "download" / "1666876" / "phpFsFYVN" / "body.arff" ,
248+ root_dir / "localhost_8000" / "minio" / "dataset30" / "dataset_30.pq"
248249
249250 ])
250251
Original file line number Diff line number Diff line change @@ -378,9 +378,6 @@ def test__download_minio_file_works_with_bucket_subdirectory(self):
378378 @pytest .mark .test_server ()
379379 def test__get_dataset_parquet_is_cached (self , patch ):
380380 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" ))
384381 patch .side_effect = RuntimeError (
385382 "download_parquet_url should not be called when loading from cache" ,
386383 )
You can’t perform that action at this time.
0 commit comments