Skip to content

Commit 0437713

Browse files
committed
fix: label2vol test
1 parent 7b81cae commit 0437713

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nipype/interfaces/freesurfer/tests/test_model.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ def test_glmfit():
132132
def test_label2vol():
133133
input_map = dict(annot_file = dict(copyfile=False, mandatory=True,
134134
xor=('label_file', 'annot_file', 'seg_file', 'aparc_aseg'),
135-
requires=('subjectid', 'hemi'), argstr='--annot %s',),
135+
requires=('subject_id', 'hemi'), argstr='--annot %s',),
136136
aparc_aseg = dict(xor=('label_file', 'annot_file', 'seg_file', 'aparc_aseg'),
137137
argstr='--aparc+aseg', mandatory=True,),
138138
args = dict(argstr='%s',),

0 commit comments

Comments
 (0)