Skip to content

Commit 3588947

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

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
@@ -147,7 +147,6 @@ def save_3d_to_4d(in_files):
147147
img_4d = nb.funcs.concat_images([nb.load(img_3d) for img_3d in in_files])
148148
out_file = fname_presuffix(in_files[0], suffix="_merged")
149149
img_4d.to_filename(out_file)
150-
del img_4d
151150
return out_file
152151

153152

0 commit comments

Comments
 (0)