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 c6fab8e commit a8d96d5Copy full SHA for a8d96d5
1 file changed
tests/test_datasets/test_dataset_functions.py
@@ -462,9 +462,9 @@ def test__download_minio_file_raises_FileExists_if_destination_in_use(self):
462
)
463
464
def test__download_minio_file_works_with_bucket_subdirectory(self):
465
- file_destination = pathlib.Path(self.workdir, "custom.csv")
+ file_destination = pathlib.Path(self.workdir, "custom.pq")
466
_download_minio_file(
467
- source="http://openml1.win.tue.nl/test/subdirectory/test.csv",
+ source="http://openml1.win.tue.nl/dataset61/dataset_61.pq",
468
destination=file_destination,
469
exists_ok=True,
470
0 commit comments