There was an error while loading. Please reload this page.
1 parent 3498aae commit c5befeeCopy full SHA for c5befee
2 files changed
.github/workflows/tests.yml
@@ -76,15 +76,12 @@ jobs:
76
- os: ubuntu-latest
77
python: '3.13'
78
kind: conda
79
- - os: macos-latest # arm64 (Apple Silicon): Sequoia
+ - os: macos-latest # arm64
80
python: '3.14'
81
kind: pip
82
- - os: macos-15-intel # intel: Sequoia
+ - os: macos-15-intel # Intel
83
84
85
- - os: windows-latest
86
- python: '3.11'
87
- kind: pip
88
89
python: '3.12'
90
kind: minimal
mne/viz/tests/test_evoked.py
@@ -373,6 +373,7 @@ def test_plot_white_rank():
373
evoked.plot_white(cov, rank=rank)
374
375
376
+@pytest.mark.slowtest
377
def test_plot_white():
378
"""Test plot_white."""
379
cov = read_cov(cov_fname)
0 commit comments