File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
nipype/interfaces/dtitk/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 ..utils import BinThreshTASK
3
+ from ..utils import BinThreshTask
4
4
5
5
6
- def test_BinThreshTASK_inputs ():
6
+ def test_BinThreshTask_inputs ():
7
7
input_map = dict (
8
8
args = dict (argstr = '%s' , ),
9
9
environ = dict (
@@ -54,14 +54,14 @@ def test_BinThreshTASK_inputs():
54
54
position = 3 ,
55
55
),
56
56
)
57
- inputs = BinThreshTASK .input_spec ()
57
+ inputs = BinThreshTask .input_spec ()
58
58
59
59
for key , metadata in list (input_map .items ()):
60
60
for metakey , value in list (metadata .items ()):
61
61
assert getattr (inputs .traits ()[key ], metakey ) == value
62
- def test_BinThreshTASK_outputs ():
62
+ def test_BinThreshTask_outputs ():
63
63
output_map = dict (out_file = dict (), )
64
- outputs = BinThreshTASK .output_spec ()
64
+ outputs = BinThreshTask .output_spec ()
65
65
66
66
for key , metadata in list (output_map .items ()):
67
67
for metakey , value in list (metadata .items ()):
You can’t perform that action at this time.
0 commit comments