-
Notifications
You must be signed in to change notification settings - Fork 13
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
If all subjects don't have all tasks and sub is set, an error arises #38
Labels
bug
Something isn't working
Comments
@kbonna, any ideas on how to fix this in |
I can try fixing this as part of my current messing up with BIDSGrabber. |
Correct. Here is the crash file:
Subject 357 does not have the task rest. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
So perhaps a niched case, but the following raises an error
sub-1_task-a.nii
sub-1_task-b.nii
sub-2_task-b.nii
If you run:
fmridenoise ... sub-2
an error will be raised because it tries to find the data for task-a.Problem seems to be occurring around lines 206-220 in BIDSGrab in bids.py. But couldn't think of a quick fix for what to do (to solve the issue I'm adding a task flag to all my jobs)
The text was updated successfully, but these errors were encountered: