Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Hi,
When running
get_dataset("physionet")
, it seems thePhysioNetDataSource
is downloaded to the folder"=tmp"
instead of"tmp"
.See the difference in the save folders in the following before and after prints:
Before:
![Screen Shot 2023-10-18 at 13 05 33](https://private-user-images.githubusercontent.com/13498941/276225022-4650884e-ef9b-4f56-aee0-d2e9800a1cd0.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzg4NDAzNDksIm5iZiI6MTczODg0MDA0OSwicGF0aCI6Ii8xMzQ5ODk0MS8yNzYyMjUwMjItNDY1MDg4NGUtZWY5Yi00ZjU2LWFlZTAtZDJlOTgwMGExY2QwLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMDYlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjA2VDExMDcyOVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPThhYjhjOTk0Y2I5ODdkZTZjOWE0OTMxYmU5OGZiOTJlYTgzZGQxMzY5MzZiNjgyNWU4NDRiMWZjY2JiOTE2MjgmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.COheP49RE8xjpAMtJS5Ew963MIORnO-_KrSraNlnkQ0)
After:
![Screen Shot 2023-10-18 at 13 05 46](https://private-user-images.githubusercontent.com/13498941/276225074-baf00a61-8a95-42cc-bd21-05196b86ff86.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzg4NDAzNDksIm5iZiI6MTczODg0MDA0OSwicGF0aCI6Ii8xMzQ5ODk0MS8yNzYyMjUwNzQtYmFmMDBhNjEtOGE5NS00MmNjLWJkMjEtMDUxOTZiODZmZjg2LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMDYlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjA2VDExMDcyOVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWEyYTU1MzhjM2YzMzQ3ZmUxYWNjOWQ2OGE4ZDEwZjFhYTNmMjYzY2U4NDM2NGU5MThkMjRmN2NkZjdlZDFiNzEmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.8pnje9u3Qp28g_1pVP8edqOmBiF1LbO-cWb0tFoXxCk)
Now with minor code change it prints:
This was ran using the recommended docker container method.