Skip to content

Commit bedde9b

Browse files
committed
TEST: make specs
1 parent e943cdc commit bedde9b

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

nipype/interfaces/freesurfer/tests/test_auto_GTMSeg.py

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,6 @@ def test_GTMSeg_inputs():
2121
nohash=True,
2222
usedefault=True,
2323
),
24-
gtm_file=dict(
25-
argstr="--o %s",
26-
extensions=None,
27-
),
2824
head=dict(
2925
argstr="--head %s",
3026
),
@@ -43,6 +39,11 @@ def test_GTMSeg_inputs():
4339
no_vermis=dict(
4440
argstr="--no-vermis",
4541
),
42+
out_file=dict(
43+
argstr="--o %s",
44+
extensions=None,
45+
usedefault=True,
46+
),
4647
output_usf=dict(
4748
argstr="--output-usf %i",
4849
),
@@ -76,7 +77,7 @@ def test_GTMSeg_inputs():
7677

7778
def test_GTMSeg_outputs():
7879
output_map = dict(
79-
gtm_file=dict(
80+
out_file=dict(
8081
extensions=None,
8182
),
8283
)

nipype/interfaces/freesurfer/tests/test_auto_LoganRef.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ def test_LoganRef_inputs():
9090
xor=["cortex"],
9191
),
9292
logan=dict(
93-
argstr="--logan %s %s %f...",
93+
argstr="--logan %s %s %g...",
9494
mandatory=True,
9595
),
9696
mask_file=dict(

0 commit comments

Comments
 (0)