Skip to content

Commit b90c126

Browse files
tsaloeffigies
andauthored
Update src/fmripost_aroma/workflows/resample.py
Co-authored-by: Chris Markiewicz <[email protected]>
1 parent f4df77c commit b90c126

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/fmripost_aroma/workflows/resample.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -145,11 +145,6 @@ def init_bold_volumetric_resample_wf(
145145
if not fieldmap_id:
146146
return workflow
147147

148-
fmap_select = pe.Node(
149-
KeySelect(fields=['fmap'], key=fieldmap_id),
150-
name='fmap_select',
151-
run_without_submitting=True,
152-
)
153148
distortion_params = pe.Node(
154149
DistortionParameters(metadata=metadata),
155150
name='distortion_params',

0 commit comments

Comments
 (0)