Skip to content

Commit 3548c64

Browse files
committed
run make specs
1 parent 5821469 commit 3548c64

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

nipype/interfaces/freesurfer/tests/test_auto_BBRegister.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ def test_BBRegister_inputs():
2020
mandatory=True,
2121
xor=['init_reg_file'],
2222
),
23-
init_reg_file=dict(mandatory=True,
23+
init_reg_file=dict(argstr='--init-reg %s',
24+
mandatory=True,
2425
xor=['init'],
2526
),
2627
intermediate_file=dict(argstr='--int %s',

0 commit comments

Comments
 (0)