Skip to content

Commit

Permalink
tests automatically updated
Browse files Browse the repository at this point in the history
  • Loading branch information
GalKepler committed Jul 20, 2024
1 parent 31dea62 commit e1da594
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions nipype/interfaces/mrtrix3/tests/test_auto_Generate5tt.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ def test_Generate5tt_inputs():
argstr="-fslgrad %s %s",
xor=["grad_file"],
),
hippocampi=dict(
argstr="-hippocampi %s",
usedefault=False,
),
in_bval=dict(
extensions=None,
),
Expand All @@ -40,6 +44,17 @@ def test_Generate5tt_inputs():
mandatory=True,
position=-2,
),
lut_file=dict(
argstr="-lut %s",
extensions=None,
),
mask_file=dict(
argstr="-mask %s",
extensions=None,
),
nocrop=dict(
argstr="-nocrop",
),
nthreads=dict(
argstr="-nthreads %d",
nohash=True,
Expand All @@ -57,6 +72,23 @@ def test_Generate5tt_inputs():
mandatory=True,
position=-1,
),
premasked=dict(
argstr="-premasked",
),
sgm_amyg_hipp=dict(
argstr="-sgm_amyg_hipp",
),
t2_image=dict(
argstr="-t2 %s",
extensions=None,
),
template=dict(
argstr="-template %s",
extensions=None,
),
white_stem=dict(
argstr="-white_stem",
),
)
inputs = Generate5tt.input_spec()

Expand Down

0 comments on commit e1da594

Please sign in to comment.