-
Notifications
You must be signed in to change notification settings - Fork 58
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
TypeError: 'bool' object is not iterable #822
Comments
I use Ubuntu and installed NiMARE into an exisiting conda environement, but could also be reproduced on a Windows machine with a fresh conda environment (i.e. |
Seems to work though with
I think this is might be a string-parsing bug that appears when you set |
I think this issue comes from the Starting in version You would find an example with the new format here: https://nimare.readthedocs.io/en/stable/auto_examples/01_datasets/02_download_neurosynth.html#download-neurosynth |
Closing this issue for now, let us know if we did not answer your question fully and I'll reopen, thanks! |
Summary
When trying to run
nimare.extract.fetch_neurosynth("../data", unpack=True)
I get:Additional details
What were you trying to do?
Following this code section:
https://neurostars.org/t/is-there-any-way-to-pull-unthresholded-images-from-neurosynth/19431/2?u=johanneswiesner
What did you expect to happen?
Successful download of neurosynth database
What actually happened?
Download failed.
The text was updated successfully, but these errors were encountered: