Skip to content

Commit 5d42d7a

Browse files
committed
Fixing filename in doctest
1 parent 19bd4ef commit 5d42d7a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

nipype/interfaces/elastix/registration.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# @Author: oesteban - code@oscaresteban.es
77
# @Date: 2014-06-02 12:06:50
88
# @Last Modified by: oesteban
9-
# @Last Modified time: 2014-06-05 12:38:37
9+
# @Last Modified time: 2014-06-05 13:33:11
1010
"""The :py:mod:`nipype.interfaces.elastix` provides the interface to
1111
the elastix registration software.
1212
@@ -222,7 +222,7 @@ class PointsWarp(CommandLine):
222222
223223
>>> from nipype.interfaces.elastix import PointsWarp
224224
>>> reg = PointsWarp()
225-
>>> reg.inputs.points_file = 'surf.vtk'
225+
>>> reg.inputs.points_file = 'surf1.vtk'
226226
>>> reg.inputs.transform_file = 'TransformParameters.0.txt'
227227
>>> reg.cmdline
228228
'transformix -def surf.vtk -out ./ -tp TransformParameters.0.txt'

0 commit comments

Comments
 (0)