Skip to content

Commit

Permalink
Update test generate hash
Browse files Browse the repository at this point in the history
  • Loading branch information
withmywoessner committed Jan 31, 2024
1 parent 32cae77 commit 8392e1a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions mne/datasets/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
# update the checksum in the MNE_DATASETS dict below, and change version
# here: ↓↓↓↓↓↓↓↓
RELEASES = dict(
testing="0.151",
testing="0.152",
misc="0.27",
phantom_kit="0.2",
)
Expand All @@ -116,7 +116,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:5832b4d44f0423d22305fa61cb75bc25",
hash="md5:df48cdabcf13ebeaafc617cb8e55b6fc",
url=(
"https://codeload.github.com/mne-tools/mne-testing-data/"
f'tar.gz/{RELEASES["testing"]}'
Expand Down
2 changes: 1 addition & 1 deletion mne/io/cnt/tests/test_cnt.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ def test_compare_events_and_annotations():


@testing.requires_testing_data
def verify_reading_bytes():
def test_reading_bytes():
raw_16 = read_raw_cnt(fname, preload=True)
raw_32 = read_raw_cnt(fname_bad_spans, preload=True)

Expand Down

0 comments on commit 8392e1a

Please sign in to comment.