File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
nipype/interfaces/fsl/tests Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
# AUTO-GENERATED by tools/checkspecs.py - DO NOT EDIT
2
2
from __future__ import unicode_literals
3
- from ..preprocess import ApplyXfm
3
+ from ..preprocess import ApplyXFM
4
4
5
5
6
- def test_ApplyXfm_inputs ():
6
+ def test_ApplyXFM_inputs ():
7
7
input_map = dict (angle_rep = dict (argstr = '-anglerep %s' ,
8
8
),
9
9
apply_isoxfm = dict (argstr = '-applyisoxfm %f' ,
@@ -145,19 +145,19 @@ def test_ApplyXfm_inputs():
145
145
min_ver = '5.0.0' ,
146
146
),
147
147
)
148
- inputs = ApplyXfm .input_spec ()
148
+ inputs = ApplyXFM .input_spec ()
149
149
150
150
for key , metadata in list (input_map .items ()):
151
151
for metakey , value in list (metadata .items ()):
152
152
assert getattr (inputs .traits ()[key ], metakey ) == value
153
153
154
154
155
- def test_ApplyXfm_outputs ():
155
+ def test_ApplyXFM_outputs ():
156
156
output_map = dict (out_file = dict (),
157
157
out_log = dict (),
158
158
out_matrix_file = dict (),
159
159
)
160
- outputs = ApplyXfm .output_spec ()
160
+ outputs = ApplyXFM .output_spec ()
161
161
162
162
for key , metadata in list (output_map .items ()):
163
163
for metakey , value in list (metadata .items ()):
You can’t perform that action at this time.
0 commit comments