Skip to content

Commit dbd86a8

Browse files
committed
fix: drop example_data from petpvc
1 parent 248b38f commit dbd86a8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

nipype/interfaces/petpvc.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,8 +147,8 @@ class PETPVC(CommandLine):
147147
>>> from ..testing import example_data
148148
>>> #TODO get data for PETPVC
149149
>>> pvc = PETPVC()
150-
>>> pvc.inputs.in_file = example_data('pet.nii.gz')
151-
>>> pvc.inputs.mask_file = example_data('tissues.nii.gz')
150+
>>> pvc.inputs.in_file = 'pet.nii.gz'
151+
>>> pvc.inputs.mask_file = 'tissues.nii.gz'
152152
>>> pvc.inputs.out_file = 'pet_pvc_rbv.nii.gz'
153153
>>> pvc.inputs.pvc = 'RBV'
154154
>>> pvc.inputs.fwhm_x = 2.0

0 commit comments

Comments
 (0)