We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3feb72 commit 3266d16Copy full SHA for 3266d16
1 file changed
mne/viz/decoding/ged.py
@@ -8,7 +8,6 @@
8
import numpy as np
9
10
from ...defaults import _BORDER_DEFAULT, _EXTRAPOLATE_DEFAULT, _INTERPOLATION_DEFAULT
11
-from ...evoked import EvokedArray
12
from ...utils import _check_option, fill_doc
13
14
@@ -43,6 +42,8 @@ def _plot_model(
43
42
ncols="auto",
44
show=True,
45
):
+ from ...evoked import EvokedArray
46
+
47
if units is None:
48
units = "AU"
49
n_comps = model_array.shape[-2]
0 commit comments