-
Notifications
You must be signed in to change notification settings - Fork 8
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
Download multiple files from Pennsieve #12
Comments
@athril @jwagenaar - just wondering if you have any thoughts on this one? |
Hi @Kayvv, can you provide a reproducible example of your error? |
Hi @athril,
When I run this test I get a TypeError:
However, it works fine if I run them individually like this:
PS: I got these two file dictionary by running While I was writing the documentation for zinchelper, I found the same error also appearing in the tutorial.ipynb here in the 12th code block: https://github.com/nih-sparc/sparc.client/blob/main/docs/tutorial.ipynb |
Thank you, @Kayvv, I was able to reproduce your error. |
Closed with PR #16 |
Download file function in pennsieve.py seems to take a list of dictionaries as input, but it shows and error when I try to input a list with more than one dictionary. Also can add test case for downloading multiple files in test_pennsieve.py.
The text was updated successfully, but these errors were encountered: