File tree Expand file tree Collapse file tree 2 files changed +7
-6
lines changed
nipype/interfaces/freesurfer/tests Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -21,10 +21,6 @@ def test_GTMSeg_inputs():
21
21
nohash = True ,
22
22
usedefault = True ,
23
23
),
24
- gtm_file = dict (
25
- argstr = "--o %s" ,
26
- extensions = None ,
27
- ),
28
24
head = dict (
29
25
argstr = "--head %s" ,
30
26
),
@@ -43,6 +39,11 @@ def test_GTMSeg_inputs():
43
39
no_vermis = dict (
44
40
argstr = "--no-vermis" ,
45
41
),
42
+ out_file = dict (
43
+ argstr = "--o %s" ,
44
+ extensions = None ,
45
+ usedefault = True ,
46
+ ),
46
47
output_usf = dict (
47
48
argstr = "--output-usf %i" ,
48
49
),
@@ -76,7 +77,7 @@ def test_GTMSeg_inputs():
76
77
77
78
def test_GTMSeg_outputs ():
78
79
output_map = dict (
79
- gtm_file = dict (
80
+ out_file = dict (
80
81
extensions = None ,
81
82
),
82
83
)
Original file line number Diff line number Diff line change @@ -90,7 +90,7 @@ def test_LoganRef_inputs():
90
90
xor = ["cortex" ],
91
91
),
92
92
logan = dict (
93
- argstr = "--logan %s %s %f ..." ,
93
+ argstr = "--logan %s %s %g ..." ,
94
94
mandatory = True ,
95
95
),
96
96
mask_file = dict (
You can’t perform that action at this time.
0 commit comments