We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfa8e4d commit 1ad52bfCopy full SHA for 1ad52bf
nipype/interfaces/fsl/tests/test_model.py
@@ -319,19 +319,17 @@ def test_randomise():
319
output_type = dict(),
320
p_vec_n_dist_files = dict(argstr='-P',),
321
raw_stats_imgs = dict(argstr='-R',),
322
- seed = dict(argstr='--seed %d',),
+ seed = dict(argstr='--seed=%d',),
323
show_info_parallel_mode = dict(argstr='-Q',),
324
show_total_perms = dict(argstr='-q',),
325
tcon = dict(argstr='-t %s',),
326
tfce = dict(argstr='-T',),
327
tfce2D = dict(argstr='--T2',),
328
- tfce_C = dict(argstr='--tfce_C %.2f',),
329
- tfce_E = dict(argstr='--tfce_E %.2f',),
330
- tfce_H = dict(argstr='--tfce_H %.2f',),
+ tfce_C = dict(argstr='--tfce_C=%.2f',),
+ tfce_E = dict(argstr='--tfce_E=%.2f',),
+ tfce_H = dict(argstr='--tfce_H=%.2f',),
331
var_smooth = dict(argstr='-v %d',),
332
vox_p_values = dict(argstr='-x',),
333
- vxf = dict(argstr='--vxf %d',),
334
- vxl = dict(argstr='--vxl %d',),
335
x_block_labels = dict(argstr='-e %s',),
336
)
337
instance = fsl.Randomise()
0 commit comments