Skip to content

Commit

Permalink
[ENH] update version and checksum in config.py for testing datasets (m…
Browse files Browse the repository at this point in the history
…ne-tools#12032)

Co-authored-by: Eric Larson <[email protected]>
  • Loading branch information
KristijanArmeni and larsoner authored Sep 30, 2023
1 parent 1def4bf commit 3eaf3c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mne/datasets/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
# respective repos, and make a new release of the dataset on GitHub. Then
# update the checksum in the MNE_DATASETS dict below, and change version
# here: ↓↓↓↓↓ ↓↓↓
RELEASES = dict(testing="0.147", misc="0.26")
RELEASES = dict(testing="0.149", misc="0.26")
TESTING_VERSIONED = f'mne-testing-data-{RELEASES["testing"]}'
MISC_VERSIONED = f'mne-misc-data-{RELEASES["misc"]}'

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

0 comments on commit 3eaf3c1

Please sign in to comment.