Skip to content

Commit 46bee3b

Browse files
committed
Update test_auto_MRIConvert.py
1 parent a38def5 commit 46bee3b

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

nipype/interfaces/freesurfer/tests/test_auto_MRIConvert.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,11 +162,17 @@ def test_MRIConvert_inputs():
162162
subject_name=dict(argstr='--subject_name %s',
163163
),
164164
subjects_dir=dict(),
165+
te=dict(argstr='-te %d',
166+
),
165167
template_info=dict(),
166168
template_type=dict(argstr='--template_type %s',
167169
),
168170
terminal_output=dict(nohash=True,
169171
),
172+
ti=dict(argstr='-ti %d',
173+
),
174+
tr=dict(argstr='-tr %d',
175+
),
170176
unwarp_gradient=dict(argstr='--unwarp_gradient_nonlinearity',
171177
),
172178
vox_size=dict(argstr='-voxsize %f %f %f',
@@ -190,4 +196,3 @@ def test_MRIConvert_outputs():
190196
for key, metadata in output_map.items():
191197
for metakey, value in metadata.items():
192198
yield assert_equal, getattr(outputs.traits()[key], metakey), value
193-

0 commit comments

Comments
 (0)