Skip to content

Commit 47e4fc9

Browse files
authored
FIX: MultiLabel interpolations should not use float=True
Completes nipreps/fmriprep#2147
1 parent 55ba0a5 commit 47e4fc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

niworkflows/func/util.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -383,7 +383,7 @@ def init_enhance_and_skullstrip_bold_wf(
383383
norm.inputs.fixed_image = str(bold_template)
384384
map_brainmask = pe.Node(
385385
ApplyTransforms(
386-
interpolation="MultiLabel", float=True, input_image=str(brain_mask)
386+
interpolation="MultiLabel", input_image=str(brain_mask)
387387
),
388388
name="map_brainmask",
389389
)

0 commit comments

Comments
 (0)