File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 224224 add_extras_columns ,
225225)
226226
227- # Match tests' cache layout under ~/mne_data /eeg_challenge_cache
228- DATA_DIR = (Path .home () / "mne_data " / "eeg_challenge_cache" ).resolve ()
227+ # Match tests' cache layout under ~/eegdash_cache /eeg_challenge_cache
228+ DATA_DIR = (Path .home () / "eegdash_cache " / "eeg_challenge_cache" ).resolve ()
229229DATA_DIR .mkdir (parents = True , exist_ok = True )
230230
231231dataset_ccd = EEGChallengeDataset (
Original file line number Diff line number Diff line change 147147
148148######################################################################
149149# The first step is to define the cache folder!
150- # Match tests' cache layout under ~/mne_data /eeg_challenge_cache
151- DATA_DIR = (Path .home () / "mne_data " / "eeg_challenge_cache" ).resolve ()
150+ # Match tests' cache layout under ~/eegdash_cache /eeg_challenge_cache
151+ DATA_DIR = (Path .home () / "eegdash_cache " / "eeg_challenge_cache" ).resolve ()
152152
153153# Creating the path if it does not exist
154154DATA_DIR .mkdir (parents = True , exist_ok = True )
You can’t perform that action at this time.
0 commit comments