Skip to content

Commit 53f66f0

Browse files
slimnsouroesteban
authored andcommitted
Fixed eddy nvoxhp input to be in valid range
1 parent 4dbf8a3 commit 53f66f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dmriprep/workflows/dwi/eddy.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ def init_eddy_wf(debug=False, name="eddy_wf"):
118118
eddy.inputs.niter = 1
119119
eddy.inputs.is_shelled = True
120120
eddy.inputs.dont_peas = True
121-
eddy.inputs.nvoxhp = 10
121+
eddy.inputs.nvoxhp = 100
122122

123123
# Generate the acqp and index files for eddy
124124
gen_eddy_files = pe.Node(

0 commit comments

Comments
 (0)