You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
File "C:\Users\mmagn\AppData\Local\Temp\ipykernel_20764\1150363016.py", line 3, in <cell line: 3>
clst_load['maint'].plot(cluster_idx=0, chan=ch)
File "c:\src\borsar\borsar\cluster\obj.py", line 624, in plotreturn plot_cluster_chan(self, cluster_idx, dims=dims, vmin=vmin,
File "c:\src\borsar\borsar\cluster\viz.py", line 238, in plot_cluster_chan
topo = Topo(show, clst.info, vmin=vmin, vmax=vmax, show=False,
File "c:\src\borsar\borsar\viz.py", line 89, in __init__
this_im, this_lines, interp = plot_topomap(
File "c:\src\borsar\borsar\_mne_compat.py", line 33, in plot_topomapreturn _plot_topomap(
File "c:\src\mne-python\mne\viz\topomap.py", line 928, in _plot_topomapraiseValueError("Number of channels in the Info object (%s) and "ValueError: Number of channels in the Info object (64) and the data array (8) do not match. Pick Info with e.g. mne.pick_info and mne.io.pick.channel_indices_by_type.
When spatial dimension is subselected, plotting should take this into account and subsample Info as well...
The text was updated successfully, but these errors were encountered:
leads to:
When spatial dimension is subselected, plotting should take this into account and subsample Info as well...
The text was updated successfully, but these errors were encountered: