Skip to content

Commit f52c7fb

Browse files
oestebaneffigies
andauthored
Update niworkflows/utils/images.py
Co-authored-by: Chris Markiewicz <[email protected]>
1 parent 5a2fdd1 commit f52c7fb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

niworkflows/utils/images.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,6 @@ def resample_by_spacing(in_file, zooms, order=3, clip=True, smooth=False):
205205
resampled = map_coordinates(
206206
data,
207207
ijk[:3, :],
208-
output=hdr.get_data_dtype(),
209208
order=order,
210209
mode="constant",
211210
cval=0,

0 commit comments

Comments
 (0)