File tree Expand file tree Collapse file tree 3 files changed +5
-6
lines changed Expand file tree Collapse file tree 3 files changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -90,13 +90,13 @@ def test_ProbTrackX_inputs():
90
90
argstr = "--randfib=%d" ,
91
91
),
92
92
random_seed = dict (
93
- argstr = "--rseed" ,
93
+ argstr = "--rseed=%d " ,
94
94
),
95
95
s2tastext = dict (
96
96
argstr = "--s2tastext" ,
97
97
),
98
98
sample_random_points = dict (
99
- argstr = "--sampvox" ,
99
+ argstr = "--sampvox=%.3f " ,
100
100
),
101
101
samples_base_name = dict (
102
102
argstr = "--samples=%s" ,
Original file line number Diff line number Diff line change @@ -116,13 +116,13 @@ def test_ProbTrackX2_inputs():
116
116
argstr = "--randfib=%d" ,
117
117
),
118
118
random_seed = dict (
119
- argstr = "--rseed" ,
119
+ argstr = "--rseed=%d " ,
120
120
),
121
121
s2tastext = dict (
122
122
argstr = "--s2tastext" ,
123
123
),
124
124
sample_random_points = dict (
125
- argstr = "--sampvox" ,
125
+ argstr = "--sampvox=%.3f " ,
126
126
),
127
127
samples_base_name = dict (
128
128
argstr = "--samples=%s" ,
Original file line number Diff line number Diff line change @@ -41,8 +41,7 @@ def test_Dcm2niix_inputs():
41
41
argstr = "-i" ,
42
42
),
43
43
merge_imgs = dict (
44
- argstr = "-m" ,
45
- usedefault = True ,
44
+ argstr = "-m %d" ,
46
45
),
47
46
out_filename = dict (
48
47
argstr = "-f %s" ,
You can’t perform that action at this time.
0 commit comments