Skip to content

Commit

Permalink
Merge pull request nipy#400 from jsalva/master
Browse files Browse the repository at this point in the history
fixed doctests for ants
  • Loading branch information
satra committed May 29, 2012
2 parents 83c33ea + 299f509 commit 03f4d78
Show file tree
Hide file tree
Showing 10 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nipype/interfaces/ants/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ def _format_arg(self, opt, spec, val):
isdefined(self.inputs.invert_affine):
affine_counter += 1
if affine_counter in self.inputs.invert_affine:
series += '-i'
series += '-i',
series += [transformation]
return ' '.join(series)
return super(WarpImageMultiTransform, self)._format_arg(opt, spec, val)
Expand Down
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file added nipype/testing/data/resting.nii
Empty file.
Empty file.
Empty file.

0 comments on commit 03f4d78

Please sign in to comment.