Skip to content

Commit 6f3ed28

Browse files
committed
FIX: make specs
1 parent b9cfbb5 commit 6f3ed28

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

nipype/interfaces/fsl/tests/test_auto_ProbTrackX.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,13 +90,13 @@ def test_ProbTrackX_inputs():
9090
argstr="--randfib=%d",
9191
),
9292
random_seed=dict(
93-
argstr="--rseed",
93+
argstr="--rseed=%d",
9494
),
9595
s2tastext=dict(
9696
argstr="--s2tastext",
9797
),
9898
sample_random_points=dict(
99-
argstr="--sampvox",
99+
argstr="--sampvox=%.3f",
100100
),
101101
samples_base_name=dict(
102102
argstr="--samples=%s",

nipype/interfaces/fsl/tests/test_auto_ProbTrackX2.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,13 +116,13 @@ def test_ProbTrackX2_inputs():
116116
argstr="--randfib=%d",
117117
),
118118
random_seed=dict(
119-
argstr="--rseed",
119+
argstr="--rseed=%d",
120120
),
121121
s2tastext=dict(
122122
argstr="--s2tastext",
123123
),
124124
sample_random_points=dict(
125-
argstr="--sampvox",
125+
argstr="--sampvox=%.3f",
126126
),
127127
samples_base_name=dict(
128128
argstr="--samples=%s",

nipype/interfaces/tests/test_auto_Dcm2niix.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,7 @@ def test_Dcm2niix_inputs():
4141
argstr="-i",
4242
),
4343
merge_imgs=dict(
44-
argstr="-m",
45-
usedefault=True,
44+
argstr="-m %d",
4645
),
4746
out_filename=dict(
4847
argstr="-f %s",

0 commit comments

Comments
 (0)