Skip to content

Commit

Permalink
syntax errors
Browse files Browse the repository at this point in the history
  • Loading branch information
SophieHerbst committed Mar 24, 2024
1 parent f1e63da commit 0fc767e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions mne_bids_pipeline/steps/sensor/_99_group_average.py
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,8 @@ def average_evokeds(
if condition in cfg.conditions:
title = f"Average (sensor): {condition}, N = {len(cfg.subjects)}"
else: # It's a contrast of two conditions.
title = f"Average (sensor) contrast: {condition}, N = {len(cfg.subjects)}"
title = f"Average (sensor) contrast: {condition},
N = {len(cfg.subjects)}"
tags = tags + ("contrast",)

report.add_evokeds(
Expand Down Expand Up @@ -679,7 +680,7 @@ def average_full_epochs_report(
report.add_figure(
fig=fig,
title="Full-epochs decoding",
section=f"Decoding: full-epochs, N = {len(cfg.subjects)}"
section=f"Decoding: full-epochs, N = {len(cfg.subjects)}",
caption=caption,
tags=(
"epochs",
Expand Down

0 comments on commit 0fc767e

Please sign in to comment.