Skip to content

Commit 541b6aa

Browse files
committed
fix bug (typo in argument name)
1 parent f1e26c9 commit 541b6aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nipype/workflows/dmri/fsl/artifacts.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,7 @@ def hmc_pipeline(name='motion_correct'):
345345
"""
346346
from nipype.workflows.data import get_flirt_schedule
347347

348-
params = dict(dof=6, bgvalue=0, save_log=True, nosearch=True,
348+
params = dict(dof=6, bgvalue=0, save_log=True, no_search=True,
349349
#cost='mutualinfo', cost_func='mutualinfo', bins=64,
350350
schedule=get_flirt_schedule('hmc'))
351351

0 commit comments

Comments
 (0)