Skip to content

Commit c0ca252

Browse files
author
bpinsard
committed
Fixing Resample inheritance
1 parent f24518b commit c0ca252

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nipype/interfaces/afni/preprocess.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ class ResampleInputSpec(AFNICommandInputSpec):
280280
argstr='-orient %s')
281281

282282

283-
class Resample(AFNIBaseCommand):
283+
class Resample(AFNICommand):
284284
"""Resample or reorient an image using AFNI 3dresample command
285285
286286
For complete details, see the `3dresample Documentation.

0 commit comments

Comments
 (0)