Skip to content

Commit 3eaf3c1

Browse files
[ENH] update version and checksum in config.py for testing datasets (mne-tools#12032)
Co-authored-by: Eric Larson <larson.eric.d@gmail.com>
1 parent 1def4bf commit 3eaf3c1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mne/datasets/config.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
# respective repos, and make a new release of the dataset on GitHub. Then
8888
# update the checksum in the MNE_DATASETS dict below, and change version
8989
# here: ↓↓↓↓↓ ↓↓↓
90-
RELEASES = dict(testing="0.147", misc="0.26")
90+
RELEASES = dict(testing="0.149", misc="0.26")
9191
TESTING_VERSIONED = f'mne-testing-data-{RELEASES["testing"]}'
9292
MISC_VERSIONED = f'mne-misc-data-{RELEASES["misc"]}'
9393

@@ -111,7 +111,7 @@
111111
# Testing and misc are at the top as they're updated most often
112112
MNE_DATASETS["testing"] = dict(
113113
archive_name=f"{TESTING_VERSIONED}.tar.gz",
114-
hash="md5:63fa41e3067f330a6d029dcc1673a919",
114+
hash="md5:86c47eb83426f48ff17338cb0e379754",
115115
url=(
116116
"https://codeload.github.com/mne-tools/mne-testing-data/"
117117
f'tar.gz/{RELEASES["testing"]}'

0 commit comments

Comments
 (0)