File tree Expand file tree Collapse file tree 8 files changed +16
-10
lines changed Expand file tree Collapse file tree 8 files changed +16
-10
lines changed Original file line number Diff line number Diff line change 1- .. meta ::
2- :hide_sidebar: true
3- :html_theme.sidebar_secondary.remove: true
4- :html_theme.sidebar_primary.remove: true
1+ :hide_sidebar: true
2+ :html_theme.sidebar_secondary.remove: true
3+ :html_theme.sidebar_primary.remove: true
54
65.. _data_summary :
76
Original file line number Diff line number Diff line change 1- .. meta ::
2- :html_theme.sidebar_secondary.remove: true
1+ :html_theme.sidebar_secondary.remove: true
32
43EEGDASH Documentation
54=====================
Original file line number Diff line number Diff line change 1+ :html_theme.sidebar_secondary.remove: true
2+
13.. _installation :
24
35================
Original file line number Diff line number Diff line change 1+ :html_theme.sidebar_secondary.remove: true
2+
13.. _install_pip :
24
35Installing from PyPI
Original file line number Diff line number Diff line change 1+ :html_theme.sidebar_secondary.remove: true
2+
13.. _install_source :
24
35Installing from sources
Original file line number Diff line number Diff line change 1+ :html_theme.sidebar_secondary.remove: true
2+
13.. _overview :
24
35========
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