Skip to content

Commit 022352c

Browse files
author
David Ellis
committed
FIX: fixes bugs in recoding table workflow.
1 parent 44f1e29 commit 022352c

File tree

1 file changed

+1
-1
lines changed
  • nipype/workflows/smri/freesurfer

1 file changed

+1
-1
lines changed

nipype/workflows/smri/freesurfer/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -568,7 +568,7 @@ def minimizeSizeOfImage(outlabels):
568568

569569

570570
def create_recoding_wf(in_file, out_file=None):
571-
wf = nipype.Workflow(name="RecodeLabels")
571+
wf = pe.Workflow(name="RecodeLabels")
572572

573573
inputspec = nipype.pipeline.Node(nipype.IdentityInterface(['labelmap',
574574
'recode_file']),

0 commit comments

Comments
 (0)