Skip to content

Commit

Permalink
Update mne_bids_pipeline/steps/sensor/_99_group_average.py
Browse files Browse the repository at this point in the history
Co-authored-by: Alexandre Gramfort <[email protected]>
  • Loading branch information
SophieHerbst and agramfort authored Mar 24, 2024
1 parent 6b49a19 commit 95ad14e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mne_bids_pipeline/steps/sensor/_99_group_average.py
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ def average_evokeds(
title = f"Average (sensor): {condition}, N = {len(cfg.subjects)}"
else: # It's a contrast of two conditions.
title = (
f"Average (sensor) contrast: {condition},"
f"Average (sensor) contrast: {condition}, "
f"N = {len(cfg.subjects)}"
)
tags = tags + ("contrast",)
Expand Down

0 comments on commit 95ad14e

Please sign in to comment.