Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

too much printing for some datasets #153

Open
CarloLucibello opened this issue Jul 2, 2022 · 4 comments
Open

too much printing for some datasets #153

CarloLucibello opened this issue Jul 2, 2022 · 4 comments

Comments

@CarloLucibello
Copy link
Member

There is a lot of output when testing OGBDataset and SMSCollection, see this CI run.
Maybe we can suppress these outputs although I'm not sure why we don't see this verbosity with other datasets

@Dsantra92
Copy link
Collaborator

OGBDataset downloads zipped CSVs. All the verbosity is due to these zipped CSVs.

@CarloLucibello
Copy link
Member Author

Is there something like a verbose=false argument we can pass?

@Dsantra92
Copy link
Collaborator

Dsantra92 commented Jul 4, 2022

Is there something like a verbose=false argument we can pass?

DataDeps.unpack does not accept extra keyword arguments. Moreover, 7z does not give the option for silent extraction.

If we design our own unpack method, we need to pipe the output to null in UNIX systems. Don't know how the null concept works in Windows.

@Dsantra92
Copy link
Collaborator

Awaiting oxinabox/DataDeps.jl#143

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants