Skip to content

Commit daf7abf

Browse files
authored
DOC: fix typo in examples/io/read_impedances.py (#13197)
1 parent a745fdc commit daf7abf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/io/read_impedances.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
names=[f"{elt:.1f}" for elt in impedance],
6262
)
6363
ax[0].set_title("Impedances at the beginning of the recording")
64-
impedance = list(impedances[0].values())
64+
impedance = list(impedances[-1].values())
6565
plot_topomap(
6666
impedance,
6767
raw.info,

0 commit comments

Comments
 (0)