Skip to content

Commit

Permalink
FIX: Remove unused, undocumented output from the bold_reference workflow
Browse files Browse the repository at this point in the history
This was caught by @tsalo in nipreps#399. Pushing this change as it is
unrelated to that PR.
  • Loading branch information
oesteban committed Oct 4, 2019
1 parent 232b6d6 commit eee5bdb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions niworkflows/func/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
def init_bold_reference_wf(omp_nthreads, bold_file=None, pre_mask=False,
name='bold_reference_wf', gen_report=False):
"""
This workflow generates reference BOLD images for a series.
Build a workflow that generates reference BOLD images for a series.
The raw reference image is the target of :abbr:`HMC (head motion correction)`, and a
contrast-enhanced reference is the subject of distortion correction, as well as
Expand Down Expand Up @@ -109,7 +109,7 @@ def init_bold_reference_wf(omp_nthreads, bold_file=None, pre_mask=False,
outputnode = pe.Node(
niu.IdentityInterface(fields=['bold_file', 'raw_ref_image', 'skip_vols',
'algo_dummy_scans', 'ref_image', 'ref_image_brain',
'bold_mask', 'validation_report', 'mask _report']),
'bold_mask', 'validation_report']),
name='outputnode')

# Simplify manually setting input image
Expand Down

0 comments on commit eee5bdb

Please sign in to comment.