-
Notifications
You must be signed in to change notification settings - Fork 24
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
Inconsistent bvals and bvecs #82
Labels
bug
Something isn't working
effort: low
This task does not seem time consuming
impact: high
This contribution/idea will help a lot of people
Milestone
Comments
oesteban
added
impact: high
This contribution/idea will help a lot of people
effort: low
This task does not seem time consuming
labels
Mar 23, 2020
This is the error in detail (here and here):
|
Hey @dPys, could we address this in a separate PR? |
oesteban
added a commit
to oesteban/dmriprep
that referenced
this issue
Apr 6, 2020
We raised a ValueError whenever the number of b-vals and all-zero b-vecs didn't match. Few lines later, we would overwrite nonzero b-vecs to match the b-vals, but that step was never reached. This PR allows the function to just throw a warning instead. Resolves: nipreps#82
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
bug
Something isn't working
effort: low
This task does not seem time consuming
impact: high
This contribution/idea will help a lot of people
Description
I am getting an error message regarding the bvals and bvecs my data. My dataset is BIDS compliant (per the BIDS online validator; version 1.4.2). This is my first foray into dmriprep, so I'm not really sure how to troubleshoot this issue.
What I Did
I used the following dmriprep singularity command (container created from singularity version 2.6.1):
The text was updated successfully, but these errors were encountered: