Skip to content

Commit

Permalink
Fix averaging
Browse files Browse the repository at this point in the history
  • Loading branch information
hoechenberger committed Nov 5, 2024
1 parent 494a98d commit 441c32e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tutorials/epochs/40_autogenerate_metadata.py
Original file line number Diff line number Diff line change
Expand Up @@ -482,7 +482,7 @@
)

# topoplot of average field from time 0.0-0.1 s
fig = resp_erp_incorrect.plot_topomap(times=0.05, average=0.05, size=3)
fig = resp_erp_incorrect.plot_topomap(times=0.05, average=0.1, size=3)
fig.suptitle("Avg. topography 0–100 ms after incorrect responses", fontsize=16)

# %%
Expand Down

0 comments on commit 441c32e

Please sign in to comment.