updates for boris support
This commit is contained in:
@@ -50,8 +50,8 @@ from scipy.spatial.distance import cdist
|
||||
|
||||
# Backen visualization needed to be defined for pyinstaller
|
||||
import pyvistaqt # type: ignore
|
||||
import vtkmodules.util.data_model
|
||||
import vtkmodules.util.execution_model
|
||||
# import vtkmodules.util.data_model
|
||||
# import vtkmodules.util.execution_model
|
||||
|
||||
# External library imports for mne
|
||||
from mne import (
|
||||
@@ -1108,7 +1108,7 @@ def epochs_calculations(raw_haemo, events, event_dict):
|
||||
evokeds3 = []
|
||||
colors = []
|
||||
conditions = list(epochs.event_id.keys())
|
||||
cmap = plt.cm.get_cmap("tab10", len(conditions))
|
||||
cmap = plt.get_cmap("tab10", len(conditions))
|
||||
|
||||
for idx, cond in enumerate(conditions):
|
||||
evoked = epochs[cond].average(picks="hbo")
|
||||
|
||||
Reference in New Issue
Block a user