Skip to content

Commit

Permalink
update testing dataset (mne-tools#11157)
Browse files Browse the repository at this point in the history
  • Loading branch information
sappelhoff authored Sep 13, 2022
1 parent b5b97f9 commit be6135a
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.138', misc='0.23')
RELEASES = dict(testing='0.139', misc='0.23')
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:9aaaef3481a92cbdb04a9ada8ddfe1cd',
hash='md5:2053b38be9150ffe7be8fe6623539182',
url=('https://codeload.github.com/mne-tools/mne-testing-data/'
f'tar.gz/{RELEASES["testing"]}'),
# In case we ever have to resort to osf.io again...
Expand Down

0 comments on commit be6135a

Please sign in to comment.