Skip to content

Commit 2e17e68

Browse files
committed
Removed some temporary changes for testing.
1 parent c756352 commit 2e17e68

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

nipype/interfaces/afni/preprocess.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,6 @@ class Refit(CommandLine):
193193
_cmd = '3drefit'
194194
input_spec = RefitInputSpec
195195
output_spec = AFNICommandOutputSpec
196-
outputs = {}
197196

198197
def _list_outputs(self):
199198
outputs = self.output_spec().get()
@@ -567,8 +566,7 @@ class VolregInputSpec(AFNICommandInputSpec):
567566
oned_file = File(name_template='%s.1D', desc='1D movement parameters output file',
568567
argstr='-1Dfile %s',
569568
name_source="in_file",
570-
keep_extension=True,
571-
position=-3)
569+
keep_extension=True)
572570
verbose = traits.Bool(desc='more detailed description of the process',
573571
argstr='-verbose')
574572
timeshift = traits.Bool(desc='time shift to mean slice time offset',

0 commit comments

Comments
 (0)