Skip to content

Commit

Permalink
Fixed eddy nvoxhp input to be in valid range
Browse files Browse the repository at this point in the history
  • Loading branch information
slimnsour authored and oesteban committed Feb 6, 2021
1 parent 4dbf8a3 commit 53f66f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dmriprep/workflows/dwi/eddy.py
Expand Up @@ -118,7 +118,7 @@ def init_eddy_wf(debug=False, name="eddy_wf"):
eddy.inputs.niter = 1
eddy.inputs.is_shelled = True
eddy.inputs.dont_peas = True
eddy.inputs.nvoxhp = 10
eddy.inputs.nvoxhp = 100

# Generate the acqp and index files for eddy
gen_eddy_files = pe.Node(
Expand Down

0 comments on commit 53f66f0

Please sign in to comment.