Skip to content

Commit a3041b4

Browse files
committed
Fixing test to pass
1 parent f3e22f8 commit a3041b4

File tree

2 files changed

+0
-1
lines changed

2 files changed

+0
-1
lines changed

nipype/interfaces/elastix/registration.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,6 @@ class AnalyzeWarp(CommandLine):
185185
186186
>>> from nipype.interfaces.elastix import ApplyWarp
187187
>>> reg = ApplyWarp()
188-
>>> reg.inputs.moving_image = 'moving1.nii'
189188
>>> reg.inputs.transform_file = 'TransformParameters.0.txt'
190189
>>> reg.cmdline
191190
'transformix -def all -jac all -jacmat all -out ./ -tp TransformParameters.0.txt'

nipype/testing/data/TransformParameters.0.txt

Whitespace-only changes.

0 commit comments

Comments
 (0)