Skip to content

Commit 9cd2511

Browse files
committed
fix: burnin_noard autotests
1 parent 68cb0c3 commit 9cd2511

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

nipype/interfaces/fsl/tests/test_auto_BEDPOSTX5.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ def test_BEDPOSTX5_inputs():
1515
usedefault=True,
1616
),
1717
burn_in_no_ard=dict(
18-
argstr='--burninnoard=%d',
18+
argstr='--burnin_noard=%d',
1919
usedefault=True,
2020
),
2121
bvals=dict(mandatory=True, ),

nipype/interfaces/fsl/tests/test_auto_FSLXCommand.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ def test_FSLXCommand_inputs():
1515
usedefault=True,
1616
),
1717
burn_in_no_ard=dict(
18-
argstr='--burninnoard=%d',
18+
argstr='--burnin_noard=%d',
1919
usedefault=True,
2020
),
2121
bvals=dict(

nipype/interfaces/fsl/tests/test_auto_XFibres5.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ def test_XFibres5_inputs():
1515
usedefault=True,
1616
),
1717
burn_in_no_ard=dict(
18-
argstr='--burninnoard=%d',
18+
argstr='--burnin_noard=%d',
1919
usedefault=True,
2020
),
2121
bvals=dict(

0 commit comments

Comments
 (0)