Skip to content

Commit

Permalink
MAINT: Cleanups
Browse files Browse the repository at this point in the history
  • Loading branch information
larsoner committed Aug 19, 2021
1 parent 44fcfa1 commit 7b6340b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ jobs:
# Load tiny cache so that ~/.mne does not need to be created below
- restore_cache:
keys:
- data-cache-tiny-0
- data-cache-tiny-0-23

# Look at what we have and fail early if there is some library conflict
- run:
Expand Down Expand Up @@ -261,7 +261,7 @@ jobs:

# Keep these separate, maybe better in terms of size limitations (?)
- save_cache:
key: data-cache-tiny-0 # < 100 M, might as well combine
key: data-cache-tiny-0-23 # < 100 M, might as well combine
paths:
- ~/.mne
- ~/mne_data/MNE-kiloword-data # (28 M)
Expand Down
2 changes: 1 addition & 1 deletion doc/changes/0.23.inc
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Version 0.23.1

- Fix bug in `mne.viz.plot_topomap` (and related methods) where passing ``axes`` that are part of a matplotlib figure that uses a constrained layout would emit warnings (:gh:`9558` by `Eric Larson`_)

- Fix bugs with deprecated uses of SciPy and matplotlib functionality (:gh:`9550`, :gh:`9561`, :gh:`9590`, and :gh:`9677` by `Eric Larson`_)
- Fix bugs with deprecated uses of SciPy and matplotlib functionality (:gh:`9550`, :gh:`9561`, :gh:`9557`, :gh:`9590`, and :gh:`9677` by `Eric Larson`_)

.. _changes_0_23_0:

Expand Down
1 change: 0 additions & 1 deletion mne/viz/_figure.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@
from copy import deepcopy
from collections import OrderedDict
from contextlib import contextmanager
import datetime
from functools import partial
from itertools import cycle
import platform
Expand Down

0 comments on commit 7b6340b

Please sign in to comment.