rf: Allow callers to pass a pre-computed epi2anat transform for SyN#485
Draft
rf: Allow callers to pass a pre-computed epi2anat transform for SyN#485
Conversation
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #485 +/- ##
==========================================
- Coverage 84.32% 2.55% -81.78%
==========================================
Files 30 30
Lines 2846 2854 +8
Branches 367 294 -73
==========================================
- Hits 2400 73 -2327
- Misses 376 2780 +2404
+ Partials 70 1 -69 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
oesteban
reviewed
May 13, 2025
Member
There was a problem hiding this comment.
Do you want to push these updates independently of the rest of the PR?
| else: | ||
| workflow.connect([ | ||
| (inputnode, transform_list, [("epi2anat_xfm", "in1")]), | ||
| ]) |
Member
There was a problem hiding this comment.
Suggested change
| ]) | |
| ]) # fmt:skip |
| import numpy as np | ||
| import nibabel as nb | ||
| import pytest | ||
| from nipype.pipeline import engine as pe |
Member
There was a problem hiding this comment.
Suggested change
| ("n_bold", "coregister", "sd_prior"), | |
| ("n_bold", "coregister"), |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Has some fiddling with Dockerfiles so I can try to run tests locally, but I haven't gotten it to work yet. Been a while since I developed inside containers.