Skip to content

Commit

Permalink
update hash and version of testing dataset
Browse files Browse the repository at this point in the history
  • Loading branch information
mscheltienne committed Aug 19, 2024
1 parent 362f933 commit c061cb0
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 @@
# update the checksum in the MNE_DATASETS dict below, and change version
# here: ↓↓↓↓↓↓↓↓
RELEASES = dict(
testing="0.152",
testing="0.154",
misc="0.27",
phantom_kit="0.2",
ucl_opm_auditory="0.2",
Expand Down Expand Up @@ -115,7 +115,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:df48cdabcf13ebeaafc617cb8e55b6fc",
hash="md5:c079431e69ea1c30462a7c5fb4b5d8e0",
url=(
"https://codeload.github.com/mne-tools/mne-testing-data/"
f'tar.gz/{RELEASES["testing"]}'
Expand Down

0 comments on commit c061cb0

Please sign in to comment.