Skip to content

Commit e982d6f

Browse files
dPysoesteban
andauthored
Update dmriprep/utils/images.py
Co-Authored-By: Oscar Esteban <[email protected]>
1 parent e4ea798 commit e982d6f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

dmriprep/utils/images.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ def median(in_file, newpath=None):
5454

5555
hdr = img.header.copy()
5656
hdr.set_xyzt_units("mm")
57-
hdr.set_data_dtype(np.float32)
5857
nb.Nifti1Image(median_data, img.affine, hdr).to_filename(out_file)
5958
return out_file
6059

0 commit comments

Comments
 (0)