Skip to content

Commit c46f684

Browse files
GalKeplereffigies
authored andcommitted
tests automatically updated
1 parent 7dd64d7 commit c46f684

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

nipype/interfaces/mrtrix3/tests/test_auto_Generate5tt.py

+32
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,10 @@ def test_Generate5tt_inputs():
2828
argstr="-fslgrad %s %s",
2929
xor=["grad_file"],
3030
),
31+
hippocampi=dict(
32+
argstr="-hippocampi %s",
33+
usedefault=False,
34+
),
3135
in_bval=dict(
3236
extensions=None,
3337
),
@@ -40,6 +44,17 @@ def test_Generate5tt_inputs():
4044
mandatory=True,
4145
position=-2,
4246
),
47+
lut_file=dict(
48+
argstr="-lut %s",
49+
extensions=None,
50+
),
51+
mask_file=dict(
52+
argstr="-mask %s",
53+
extensions=None,
54+
),
55+
nocrop=dict(
56+
argstr="-nocrop",
57+
),
4358
nthreads=dict(
4459
argstr="-nthreads %d",
4560
nohash=True,
@@ -57,6 +72,23 @@ def test_Generate5tt_inputs():
5772
mandatory=True,
5873
position=-1,
5974
),
75+
premasked=dict(
76+
argstr="-premasked",
77+
),
78+
sgm_amyg_hipp=dict(
79+
argstr="-sgm_amyg_hipp",
80+
),
81+
t2_image=dict(
82+
argstr="-t2 %s",
83+
extensions=None,
84+
),
85+
template=dict(
86+
argstr="-template %s",
87+
extensions=None,
88+
),
89+
white_stem=dict(
90+
argstr="-white_stem",
91+
),
6092
)
6193
inputs = Generate5tt.input_spec()
6294

0 commit comments

Comments
 (0)