Skip to content

Commit c729c1c

Browse files
committed
STY: Drop unused identity branch
1 parent 68bbf02 commit c729c1c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

nipype/interfaces/ants/resampling.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -502,8 +502,6 @@ def _format_arg(self, opt, spec, val):
502502
if opt == "output_image":
503503
return self._get_output_warped_filename()
504504
elif opt == "transforms":
505-
if val == "identity":
506-
return "-t identity"
507505
return self._get_transform_filenames()
508506
elif opt == "interpolation":
509507
if self.inputs.interpolation in [

0 commit comments

Comments
 (0)