Skip to content

Commit

Permalink
Merge branch 'enh/shallow_vs_deep_WM2' of github.com:celprov/fmriprep…
Browse files Browse the repository at this point in the history
… into enh/shallow_vs_deep_WM2
  • Loading branch information
celprov committed Jan 27, 2023
2 parents 0b667a6 + 00ab8f0 commit e9a3b9e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions fmriprep/workflows/bold/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -1009,6 +1009,9 @@ def init_func_preproc_wf(bold_file, has_fieldmap=False):
def _last(inlist):
return inlist[-1]

def _last(inlist):
return inlist[-1]

# fmt:off
workflow.connect([
(initial_boldref_wf, carpetplot_wf, [
Expand Down

0 comments on commit e9a3b9e

Please sign in to comment.