We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 555f35d commit 942e342Copy full SHA for 942e342
nipype/interfaces/afni/tests/test_auto_NwarpAdjust.py
@@ -21,7 +21,7 @@ def test_NwarpAdjust_inputs():
21
keep_extension=True,
22
name_source='in_files',
23
name_template='%s_NwarpAdjust',
24
- xand=['requires'],
+ requires=['in_files'],
25
),
26
terminal_output=dict(
27
deprecated='1.0.0',
nipype/interfaces/afni/utils.py
@@ -1533,7 +1533,7 @@ class NwarpAdjustInputSpec(CommandLineInputSpec):
1533
1534
1535
1536
- xand=['requires'])
+ requires=['in_files'])
1537
1538
1539
class NwarpAdjust(AFNICommandBase):
0 commit comments