File tree Expand file tree Collapse file tree 1 file changed +8
-13
lines changed
nipype/interfaces/freesurfer/tests Expand file tree Collapse file tree 1 file changed +8
-13
lines changed Original file line number Diff line number Diff line change 1- # AUTO-GENERATED by tools/checkspecs.py on 2017.04.21
21# Modified 2017.04.21 by Chris Markiewicz
32from __future__ import unicode_literals
43import pytest
98
109
1110def test_FSSurfaceCommand_inputs ():
12- input_map = dict (args = dict (argstr = '%s' ,
13- ),
14- environ = dict (nohash = True ,
15- usedefault = True ,
16- ),
17- ignore_exception = dict (nohash = True ,
18- usedefault = True ,
19- ),
20- subjects_dir = dict (),
21- terminal_output = dict (nohash = True ,
22- ),
23- )
11+ input_map = dict (args = dict (argstr = '%s' ),
12+ environ = dict (nohash = True ,
13+ usedefault = True ),
14+ ignore_exception = dict (nohash = True ,
15+ usedefault = True ),
16+ subjects_dir = dict (),
17+ terminal_output = dict (nohash = True ),
18+ )
2419 inputs = FSSurfaceCommand .input_spec ()
2520
2621 for key , metadata in list (input_map .items ()):
You can’t perform that action at this time.
0 commit comments