File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 87
87
# respective repos, and make a new release of the dataset on GitHub. Then
88
88
# update the checksum in the MNE_DATASETS dict below, and change version
89
89
# here: ↓↓↓↓↓ ↓↓↓
90
- RELEASES = dict (testing = "0.147 " , misc = "0.26" )
90
+ RELEASES = dict (testing = "0.149 " , misc = "0.26" )
91
91
TESTING_VERSIONED = f'mne-testing-data-{ RELEASES ["testing" ]} '
92
92
MISC_VERSIONED = f'mne-misc-data-{ RELEASES ["misc" ]} '
93
93
111
111
# Testing and misc are at the top as they're updated most often
112
112
MNE_DATASETS ["testing" ] = dict (
113
113
archive_name = f"{ TESTING_VERSIONED } .tar.gz" ,
114
- hash = "md5:63fa41e3067f330a6d029dcc1673a919 " ,
114
+ hash = "md5:86c47eb83426f48ff17338cb0e379754 " ,
115
115
url = (
116
116
"https://codeload.github.com/mne-tools/mne-testing-data/"
117
117
f'tar.gz/{ RELEASES ["testing" ]} '
You can’t perform that action at this time.
0 commit comments