Skip to content

Commit 3de19fa

Browse files
committed
FIX: [doctest] petprep.interfaces.workbench.MetricFillHoles
1 parent a7b6de9 commit 3de19fa

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

petprep/interfaces/workbench.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -569,7 +569,7 @@ class VolumeToSurfaceMapping(WBCommand, OpenMPCommandMixin):
569569
intended to be larger than where the cylinder cutoff should have been.
570570
571571
Examples:
572-
>>> from fmriprep.interfaces.workbench import VolumeToSurfaceMapping
572+
>>> from petprep.interfaces.workbench import VolumeToSurfaceMapping
573573
>>> vol2surf = VolumeToSurfaceMapping()
574574
>>> vol2surf.inputs.volume_file = 'bold.nii.gz'
575575
>>> vol2surf.inputs.surface_file = 'lh.midthickness.surf.gii'
@@ -659,7 +659,7 @@ class MetricMask(WBCommand):
659659
660660
Examples
661661
662-
>>> from fmriprep.interfaces.workbench import MetricMask
662+
>>> from petprep.interfaces.workbench import MetricMask
663663
>>> metric_mask = MetricMask()
664664
>>> metric_mask.inputs.in_file = 'lh.bold.func.gii'
665665
>>> metric_mask.inputs.mask = 'lh.roi.shape.gii'
@@ -725,7 +725,7 @@ class MetricFillHoles(WBCommand):
725725
726726
Examples
727727
728-
>>> from fmriprep.interfaces.workbench import MetricFillHoles
728+
>>> from petprep.interfaces.workbench import MetricFillHoles
729729
>>> fill_holes = MetricFillHoles()
730730
>>> fill_holes.inputs.surface_file = 'lh.midthickness.surf.gii'
731731
>>> fill_holes.inputs.metric_file = 'lh.roi.shape.gii'
@@ -792,7 +792,7 @@ class MetricRemoveIslands(WBCommand):
792792
793793
Examples
794794
795-
>>> from fmriprep.interfaces.workbench import MetricRemoveIslands
795+
>>> from petprep.interfaces.workbench import MetricRemoveIslands
796796
>>> remove_islands = MetricRemoveIslands()
797797
>>> remove_islands.inputs.surface_file = 'lh.midthickness.surf.gii'
798798
>>> remove_islands.inputs.metric_file = 'lh.roi.shape.gii'

0 commit comments

Comments
 (0)