Skip to content

Commit 0d0d3ff

Browse files
committed
add test create by check-before-commit
1 parent 0931fda commit 0d0d3ff

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

nipype/interfaces/mrtrix3/tests/test_auto_MRTransform.py

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,13 @@ def test_MRTransform_inputs():
1212
),
1313
debug=dict(
1414
argstr="-debug",
15-
position=1,
1615
),
1716
environ=dict(
1817
nohash=True,
1918
usedefault=True,
2019
),
2120
flip_x=dict(
2221
argstr="-flipx",
23-
position=1,
2422
),
2523
grad_file=dict(
2624
argstr="-grad %s",
@@ -45,12 +43,10 @@ def test_MRTransform_inputs():
4543
),
4644
invert=dict(
4745
argstr="-inverse",
48-
position=1,
4946
),
5047
linear_transform=dict(
5148
argstr="-linear %s",
5249
extensions=None,
53-
position=1,
5450
),
5551
nthreads=dict(
5652
argstr="-nthreads %d",
@@ -71,26 +67,21 @@ def test_MRTransform_inputs():
7167
),
7268
quiet=dict(
7369
argstr="-quiet",
74-
position=1,
7570
),
7671
reference_image=dict(
7772
argstr="-reference %s",
7873
extensions=None,
79-
position=1,
8074
),
8175
replace_transform=dict(
8276
argstr="-replace",
83-
position=1,
8477
),
8578
template_image=dict(
8679
argstr="-template %s",
8780
extensions=None,
88-
position=1,
8981
),
9082
transformation_file=dict(
9183
argstr="-transform %s",
9284
extensions=None,
93-
position=1,
9485
),
9586
)
9687
inputs = MRTransform.input_spec()

0 commit comments

Comments
 (0)