-
Notifications
You must be signed in to change notification settings - Fork 297
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
MergeSeries has no affine tolerance #2840
Comments
This fix from here this issue is not present in : niworkflows/interfaces/nibabel.py
i added it locally and v22.0.0 runs without the concat_blips error |
Thanks for identifying this. It turns out that while the fix in niworkflows was in both versions, the patch in sdcflows did not get merged into the development branch. This should be fixed in the next release of fMRIPrep. |
thanks @effigies . Without seeing a new pull request, is it safe to assume that this is fixed and I should close this, or are you saying that you will link a commit and I should close it after? |
It's fixed in sdcflows, but now we're having trouble releasing: nipreps/sdcflows#275 When there is a new release, this will be resolved. |
Pushed new sdcflows to PyPI manually. cc @mgxd |
we've also been encountering this error - any idea roughly when the next release will be? |
Tonight/tomorrow. |
22.0.1 is now available |
What happened?
I recently upgraded my preprocessing pipeline from v20.1.0 to v22.0.0. We use a singularity container and there are a few participants who ran with no problems on the older version, who now throw errors. It seems perhaps an old bug was re-introduced in the most recent version.
Seemingly equivalent issue in previous version: #2706 (new comments at the bottom of this post since the issue has been closed)
Small differences in the affine matrix lead to failure
What command did you use?
What version of fMRIPrep are you running?
22.0.0
How are you running fMRIPrep?
Singularity
Is your data BIDS valid?
Yes
Are you reusing any previously computed results?
FreeSurfer
Please copy and paste any relevant log output.
Additional information / screenshots
Here is some sample code demonstrating the magnitude of the difference
The text was updated successfully, but these errors were encountered: