Skip to content

Commit 1ad52bf

Browse files
committed
fix: tests for randomise
1 parent cfa8e4d commit 1ad52bf

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

nipype/interfaces/fsl/tests/test_model.py

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -319,19 +319,17 @@ def test_randomise():
319319
output_type = dict(),
320320
p_vec_n_dist_files = dict(argstr='-P',),
321321
raw_stats_imgs = dict(argstr='-R',),
322-
seed = dict(argstr='--seed %d',),
322+
seed = dict(argstr='--seed=%d',),
323323
show_info_parallel_mode = dict(argstr='-Q',),
324324
show_total_perms = dict(argstr='-q',),
325325
tcon = dict(argstr='-t %s',),
326326
tfce = dict(argstr='-T',),
327327
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',),
328+
tfce_C = dict(argstr='--tfce_C=%.2f',),
329+
tfce_E = dict(argstr='--tfce_E=%.2f',),
330+
tfce_H = dict(argstr='--tfce_H=%.2f',),
331331
var_smooth = dict(argstr='-v %d',),
332332
vox_p_values = dict(argstr='-x',),
333-
vxf = dict(argstr='--vxf %d',),
334-
vxl = dict(argstr='--vxl %d',),
335333
x_block_labels = dict(argstr='-e %s',),
336334
)
337335
instance = fsl.Randomise()

0 commit comments

Comments
 (0)