Skip to content

Commit eff6e70

Browse files
committed
FIX: fix test iteration 3
1 parent ff3390b commit eff6e70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nipype/interfaces/freesurfer/tests/test_auto_GTMPVC.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ def test_GTMPVC_inputs():
166166
argstr="--save-yhat-full-fov",
167167
),
168168
save_yhat_with_noise=dict(
169-
argstr="--save-yhat-with-noise",
169+
argstr="--save-yhat-with-noise %i %i",
170170
),
171171
scale_refval=dict(
172172
argstr="--scale-refval %f",

0 commit comments

Comments
 (0)