Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion nipype/interfaces/fsl/dti.py
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ class FSLXCommandInputSpec(FSLCommandInputSpec):
low=0,
value=0,
usedefault=True,
argstr='--burninnoard=%d',
argstr='--burnin_noard=%d',
desc=('num of burnin jumps before the ard is'
' imposed'))
sample_every = traits.Range(
Expand Down