Browse Source

업데이트 'README.md'

Hio-Been Han 2 years ago
parent
commit
79c74a7c7b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -106,7 +106,7 @@ After downloading dataset, you can import EEG dataset using the function load_da
 
 """ Important notice: Change these directories to fit your local environment """
 bids_path = YOUR_OWN_PATH_1 # Ex: 'D:/eeg_files/data_BIDS/'
-save_directory = YOUR_OWN_PATH_2 # Ex: 'D:/eeg_files/figures/'
+save_directory = YOUR_OWN_PATH_2 # Ex: 'D:/eeg_files/output/'
 if not os.path.isdir( save_directory ): os.mkdir( save_directory )
 figure_directory =  '%s/figures/'%save_directory; if not os.path.isdir( figure_directory ): os.mkdir( figure_directory )
 figure_dpi = 300