Skip to content

Commit aef99f0

Browse files
committed
fix typo
1 parent ceeab49 commit aef99f0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

nipype/interfaces/afni/tests/test_auto_NwarpAdjust.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ def test_NwarpAdjust_inputs():
2121
keep_extension=True,
2222
name_source='in_files',
2323
name_template='%s_NwarpAdjust',
24-
xand=['requires'],
24+
requires=['in_files'],
2525
),
2626
terminal_output=dict(
2727
deprecated='1.0.0',

nipype/interfaces/afni/utils.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1538,7 +1538,7 @@ class NwarpAdjustInputSpec(CommandLineInputSpec):
15381538
name_source='in_files',
15391539
name_template='%s_NwarpAdjust',
15401540
keep_extension=True,
1541-
xand=['requires'])
1541+
requires=['in_files'])
15421542

15431543

15441544
class NwarpAdjust(AFNICommandBase):

0 commit comments

Comments
 (0)