Skip to content

Commit cf6d6a0

Browse files
committed
Update niworkflows/interfaces/images.py
1 parent 15d1aa0 commit cf6d6a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

niworkflows/interfaces/images.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,9 @@ class _RegridToZoomsInputSpec(BaseInterfaceInputSpec):
4343
desc="clip the data array within the original image's range",
4444
)
4545
smooth = traits.Either(
46-
False,
4746
traits.Bool(),
4847
traits.Float(),
48+
default=False,
4949
usedefault=True,
5050
desc="apply gaussian smoothing before resampling"
5151
)

0 commit comments

Comments
 (0)