Skip to content

Commit b206268

Browse files
committed
Don't run TBSS in parallel.
1 parent 18beffe commit b206268

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nipype/workflows/dmri/fsl/tests/test_tbss.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ def _tbss_test_helper(estimate_skeleton):
116116
pipeline.connect(tbss, 'tbss4.outputnode.skeleton_mask', tbss4_test_mean_FA_skeleton_mask, 'volume1')
117117
pipeline.connect(tbss4_original_datasource, 'mean_FA_skeleton_mask', tbss4_test_mean_FA_skeleton_mask, 'volume2')
118118

119-
pipeline.run(plugin='MultiProc')
119+
pipeline.run(plugin='Linear')
120120
os.chdir(old_dir)
121121
shutil.rmtree(test_dir)
122122

0 commit comments

Comments
 (0)