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
2
1
# Modified 2017.04.21 by Chris Markiewicz
3
2
from __future__ import unicode_literals
4
3
import pytest
9
8
10
9
11
10
def 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
+ )
24
19
inputs = FSSurfaceCommand .input_spec ()
25
20
26
21
for key , metadata in list (input_map .items ()):
You can’t perform that action at this time.
0 commit comments