We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7eb046c commit 2b8e960Copy full SHA for 2b8e960
nipype/interfaces/freesurfer/tests/test_auto_GTMPVC.py
@@ -160,10 +160,10 @@ def test_GTMPVC_inputs():
160
argstr="--save-yhat",
161
),
162
save_yhat0=dict(
163
- argstr="--save_yhat0",
+ argstr="--save-yhat0",
164
165
save_yhat_full_fov=dict(
166
- argstr="--save_yhat_full_fov",
+ argstr="--save-yhat-fullfov",
167
168
save_yhat_with_noise=dict(
169
argstr="--save-yhat-with-noise",
@@ -242,6 +242,9 @@ def test_GTMPVC_outputs():
242
reg_pet2anat=dict(
243
extensions=None,
244
245
+ reg_anat2pet=dict(
246
+ extensions=None,
247
+ ),
248
yhat=dict(
249
250
0 commit comments