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 11# AUTO-GENERATED by tools/checkspecs.py - DO NOT EDIT
22from __future__ import unicode_literals
3- from ..utils import BinThreshTASK
3+ from ..utils import BinThreshTask
44
55
6- def test_BinThreshTASK_inputs ():
6+ def test_BinThreshTask_inputs ():
77 input_map = dict (
88 args = dict (argstr = '%s' , ),
99 environ = dict (
@@ -54,14 +54,14 @@ def test_BinThreshTASK_inputs():
5454 position = 3 ,
5555 ),
5656 )
57- inputs = BinThreshTASK .input_spec ()
57+ inputs = BinThreshTask .input_spec ()
5858
5959 for key , metadata in list (input_map .items ()):
6060 for metakey , value in list (metadata .items ()):
6161 assert getattr (inputs .traits ()[key ], metakey ) == value
62- def test_BinThreshTASK_outputs ():
62+ def test_BinThreshTask_outputs ():
6363 output_map = dict (out_file = dict (), )
64- outputs = BinThreshTASK .output_spec ()
64+ outputs = BinThreshTask .output_spec ()
6565
6666 for key , metadata in list (output_map .items ()):
6767 for metakey , value in list (metadata .items ()):
You can’t perform that action at this time.
0 commit comments