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 e3fdae7 commit 9769e1bCopy full SHA for 9769e1b
nipype/algorithms/mesh.py
@@ -44,7 +44,7 @@ class WarpPoints(BaseInterface):
44
-------
45
46
>>> from nipype.algorithms.mesh import WarpPoints
47
- >>> wp = mesh.P2PDistance()
+ >>> wp = WarpPoints()
48
>>> wp.inputs.points = 'surf1.vtk'
49
>>> wp.inputs.warp = 'warpfield.nii'
50
>>> res = wp.run() # doctest: +SKIP
0 commit comments