Skip to content

Commit e41bb69

Browse files
author
Ami Tsuchida
committed
run make specs for test_auto_DWIExtract.py
1 parent a4526b1 commit e41bb69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nipype/interfaces/mrtrix3/tests/test_auto_DWIExtract.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ def test_DWIExtract_inputs():
2121
mandatory=True,
2222
position=-2,
2323
),
24-
nobzero=dict(argstr='-nobzero', ),
24+
nobzero=dict(argstr='-no_bzero', ),
2525
nthreads=dict(
2626
argstr='-nthreads %d',
2727
nohash=True,

0 commit comments

Comments
 (0)