Skip to content

Commit 2b8e960

Browse files
committed
FIX: update tests for gtmpvc
1 parent 7eb046c commit 2b8e960

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

nipype/interfaces/freesurfer/tests/test_auto_GTMPVC.py

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -160,10 +160,10 @@ def test_GTMPVC_inputs():
160160
argstr="--save-yhat",
161161
),
162162
save_yhat0=dict(
163-
argstr="--save_yhat0",
163+
argstr="--save-yhat0",
164164
),
165165
save_yhat_full_fov=dict(
166-
argstr="--save_yhat_full_fov",
166+
argstr="--save-yhat-fullfov",
167167
),
168168
save_yhat_with_noise=dict(
169169
argstr="--save-yhat-with-noise",
@@ -242,6 +242,9 @@ def test_GTMPVC_outputs():
242242
reg_pet2anat=dict(
243243
extensions=None,
244244
),
245+
reg_anat2pet=dict(
246+
extensions=None,
247+
),
245248
yhat=dict(
246249
extensions=None,
247250
),

0 commit comments

Comments
 (0)