@@ -28,10 +28,10 @@ def test_create_bedpostx_pipeline():
28
28
nipype_bedpostx .inputs .inputnode .mask = mask_file
29
29
nipype_bedpostx .inputs .inputnode .bvecs = bvecs_file
30
30
nipype_bedpostx .inputs .inputnode .bvals = bvals_file
31
- nipype_bedpostx .inputs .xfibres .n_fibres = 2
31
+ nipype_bedpostx .inputs .xfibres .n_fibres = 1
32
32
nipype_bedpostx .inputs .xfibres .fudge = 1
33
- nipype_bedpostx .inputs .xfibres .burn_in = 1000
34
- nipype_bedpostx .inputs .xfibres .n_jumps = 1250
33
+ nipype_bedpostx .inputs .xfibres .burn_in = 10
34
+ nipype_bedpostx .inputs .xfibres .n_jumps = 25
35
35
nipype_bedpostx .inputs .xfibres .sample_every = 25
36
36
37
37
with warnings .catch_warnings ():
@@ -42,10 +42,10 @@ def test_create_bedpostx_pipeline():
42
42
original_bedpostx .inputs .bvecs = bvecs_file
43
43
original_bedpostx .inputs .bvals = bvals_file
44
44
original_bedpostx .inputs .environ ['FSLPARALLEL' ] = ""
45
- original_bedpostx .inputs .n_fibres = 2
45
+ original_bedpostx .inputs .n_fibres = 1
46
46
original_bedpostx .inputs .fudge = 1
47
- original_bedpostx .inputs .burn_in = 1000
48
- original_bedpostx .inputs .n_jumps = 1250
47
+ original_bedpostx .inputs .burn_in = 10
48
+ original_bedpostx .inputs .n_jumps = 25
49
49
original_bedpostx .inputs .sample_every = 25
50
50
51
51
test_f1 = pe .Node (util .AssertEqual (), name = "mean_f1_test" )
0 commit comments