Skip to content

Commit 9769e1b

Browse files
committed
fixed error in doctest
1 parent e3fdae7 commit 9769e1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nipype/algorithms/mesh.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ class WarpPoints(BaseInterface):
4444
-------
4545
4646
>>> from nipype.algorithms.mesh import WarpPoints
47-
>>> wp = mesh.P2PDistance()
47+
>>> wp = WarpPoints()
4848
>>> wp.inputs.points = 'surf1.vtk'
4949
>>> wp.inputs.warp = 'warpfield.nii'
5050
>>> res = wp.run() # doctest: +SKIP

0 commit comments

Comments
 (0)