Skip to content

Commit 8dbc7d2

Browse files
committed
TEST: make specs
1 parent d223fbc commit 8dbc7d2

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

nipype/interfaces/freesurfer/tests/test_auto_GTMPVC.py

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,7 @@ def test_GTMPVC_inputs():
123123
),
124124
rbv=dict(
125125
argstr="--rbv",
126+
requires=["subjects_dir"],
126127
),
127128
rbv_res=dict(
128129
argstr="--rbv-res %f",
@@ -158,6 +159,7 @@ def test_GTMPVC_inputs():
158159
),
159160
save_yhat=dict(
160161
argstr="--save-yhat",
162+
xor=["save_yhat_with_noise"],
161163
),
162164
save_yhat0=dict(
163165
argstr="--save-yhat0",
@@ -167,6 +169,7 @@ def test_GTMPVC_inputs():
167169
),
168170
save_yhat_with_noise=dict(
169171
argstr="--save-yhat-with-noise %i %i",
172+
xor=["save_yhat"],
170173
),
171174
scale_refval=dict(
172175
argstr="--scale-refval %f",
@@ -239,10 +242,16 @@ def test_GTMPVC_outputs():
239242
ref_file=dict(
240243
extensions=None,
241244
),
245+
reg_anat2pet=dict(
246+
extensions=None,
247+
),
248+
reg_anat2rbvpet=dict(
249+
extensions=None,
250+
),
242251
reg_pet2anat=dict(
243252
extensions=None,
244253
),
245-
reg_anat2pet=dict(
254+
reg_rbvpet2anat=dict(
246255
extensions=None,
247256
),
248257
yhat=dict(

0 commit comments

Comments
 (0)