Skip to content

Commit 4f962e1

Browse files
committed
fixed doctests
1 parent 5b843f9 commit 4f962e1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

nipype/interfaces/afni/preprocess.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
from nipype.utils.filemanip import fname_presuffix
2020
from .base import AFNICommand, AFNICommandInputSpec,\
2121
AFNICommandOutputSpec
22+
from nipype.interfaces.base import CommandLineInputSpec
2223

2324
warn = warnings.warn
2425
warnings.filterwarnings('always', category=UserWarning)
@@ -149,7 +150,7 @@ class TShift(AFNICommand):
149150
output_spec = AFNICommandOutputSpec
150151

151152

152-
class RefitInputSpec(AFNICommandInputSpec):
153+
class RefitInputSpec(CommandLineInputSpec):
153154
in_file = File(desc='input file to 3drefit',
154155
argstr='%s',
155156
position=-1,

0 commit comments

Comments
 (0)