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 78c3568 commit 25e9b57Copy full SHA for 25e9b57
nipype/interfaces/afni/tests/test_auto_Allineate.py
@@ -46,6 +46,14 @@ def test_Allineate_inputs():
46
),
47
master=dict(argstr='-master %s',
48
49
+ maxrot=dict(argstr='-maxrot %f',
50
+ ),
51
+ maxscl=dict(argstr='-maxscl %f',
52
53
+ maxshf=dict(argstr='-maxshf %f',
54
55
+ maxshr=dict(argstr='-maxshr %f',
56
57
newgrid=dict(argstr='-newgrid %f',
58
59
nmatch=dict(argstr='-nmatch %d',
@@ -88,7 +96,7 @@ def test_Allineate_inputs():
88
96
89
97
two_best=dict(argstr='-twobest %d',
90
98
91
- two_blur=dict(argstr='-twoblur',
99
+ two_blur=dict(argstr='-twoblur %f',
92
100
93
101
two_first=dict(argstr='-twofirst',
94
102
0 commit comments