Skip to content

Commit

Permalink
Update niworkflows/utils/bids.py
Browse files Browse the repository at this point in the history
  • Loading branch information
oesteban authored Nov 14, 2023
1 parent f622725 commit 7ddadd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion niworkflows/utils/bids.py
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ def collect_data(

# Special case: multi-echo BOLD, grouping echos
if (
group_me
group_echos
and "bold" in subj_data
and any(["_echo-" in bold for bold in subj_data["bold"]])
):
Expand Down

0 comments on commit 7ddadd5

Please sign in to comment.