We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e5ffbf commit e096c19Copy full SHA for e096c19
nipype/interfaces/mrtrix3/tests/test_auto_SH2Amp.py
@@ -29,7 +29,8 @@ def test_SH2Amp_inputs():
29
out_file=dict(
30
argstr="%s",
31
extensions=None,
32
- mandatory=True,
+ name_source=["in_file"],
33
+ name_template="%s_amp.mif",
34
position=-1,
35
usedefault=True,
36
),
nipype/interfaces/mrtrix3/tests/test_auto_SHConv.py
@@ -20,7 +20,8 @@ def test_SHConv_inputs():
20
21
22
23
24
+ name_template="%s_shconv.mif",
25
26
27
0 commit comments