-
Notifications
You must be signed in to change notification settings - Fork 76
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
[FIX] Correct the pet-linear
pipeline
#1348
[FIX] Correct the pet-linear
pipeline
#1348
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for spotting and fixing this bug @ravih18 !
The PR LGTM with a small suggestion to avoid a KeyError
when calling the pipeline from the Python API.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks @ravih18 !
* Use T1W linear for non linear registration * run precommit * Update clinica/pipelines/pet/linear/pipeline.py * Update clinica/pipelines/pet/linear/pipeline.py --------- Co-authored-by: Gensollen <[email protected]>
This reverts commit 1fad1c3.
This reverts commit 1fad1c3.
Closes #1345