Skip to content

Commit aad8eae

Browse files
josephmjeoesteban
authored andcommitted
add missing arg
1 parent 2ae0326 commit aad8eae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dmriprep/workflows/dwi/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ def init_dwi_preproc_wf(
5959
omp_nthreads=1,
6060
output_dir='.',
6161
reportlets_dir='.',
62-
use_syn,
62+
use_syn=True,
6363
layout=BIDSLayout('.'),
6464
num_dwi=1,
6565
)

0 commit comments

Comments
 (0)