We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
as of 8d11569
code to reproduce:
import siibra fs = siibra.features.get( siibra.parcellations['2.9'], "streamline lengths" ) f = fs[0] f.get_matrix(f.subjects[0])
expected result:
only downloads the relevant csv file
actual result:
downloads the entire zip archive (~300MB)
related to #190
The text was updated successfully, but these errors were encountered:
This is on my to-do list. It is a general issue how we deal with zip files. (the issue lies in zipfile property.) Relevant branch: https://github.com/FZJ-INM1-BDA/siibra-python/tree/refactorZipfileConnector
zipfile
Sorry, something went wrong.
AhmetNSimsek
No branches or pull requests
as of 8d11569
code to reproduce:
expected result:
only downloads the relevant csv file
actual result:
downloads the entire zip archive (~300MB)
related to #190
The text was updated successfully, but these errors were encountered: