Skip to content

Commit a112d64

Browse files
authored
Merge pull request nipreps#530 from nipreps/oesteban-patch-2
FIX: ``MultiLabel`` interpolations should not use ``float=True``
2 parents b5f80dd + 47e4fc9 commit a112d64

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)