Skip to content

Commit 3266d16

Browse files
committed
nest EvokedArray import
1 parent c3feb72 commit 3266d16

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

mne/viz/decoding/ged.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
import numpy as np
99

1010
from ...defaults import _BORDER_DEFAULT, _EXTRAPOLATE_DEFAULT, _INTERPOLATION_DEFAULT
11-
from ...evoked import EvokedArray
1211
from ...utils import _check_option, fill_doc
1312

1413

@@ -43,6 +42,8 @@ def _plot_model(
4342
ncols="auto",
4443
show=True,
4544
):
45+
from ...evoked import EvokedArray
46+
4647
if units is None:
4748
units = "AU"
4849
n_comps = model_array.shape[-2]

0 commit comments

Comments
 (0)