Skip to content

Commit b1007ef

Browse files
committed
fix: remove redundant input
1 parent 2fea5a6 commit b1007ef

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

nipype/interfaces/afni/preprocess.py

-6
Original file line numberDiff line numberDiff line change
@@ -3624,12 +3624,6 @@ def _gen_filename(self, name):
36243624

36253625

36263626
class QwarpPlusMinusInputSpec(QwarpInputSpec):
3627-
in_file = File(
3628-
desc='Source image (opposite phase encoding direction than base image)',
3629-
argstr='-source %s',
3630-
mandatory=True,
3631-
exists=True,
3632-
copyfile=False)
36333627
source_file = File(
36343628
desc='Source image (opposite phase encoding direction than base image)',
36353629
argstr='-source %s',

0 commit comments

Comments
 (0)