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():
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" ,
Original file line number Diff line number Diff 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" ,
Original file line number Diff line number Diff 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" ,
You can’t perform that action at this time.
0 commit comments