Browse Source

업데이트 'download_sample.py'

Hio-Been Han 3 years ago
parent
commit
24737372a8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      download_sample.py

+ 1 - 1
download_sample.py

@@ -24,7 +24,7 @@ def download_dataset( animal_list = range(1,7), dir_dataset = dir_dataset ):
     file_ids.append( 'dataset_2/epochs_animal%s.fdt'%set_id )
 
   # Request & download
-  repo_url = 'https://gin.g-node.org/hiobeen/Mouse_hdEEG_ASSR_Hwang_et_al/raw/f361198e4444c29969b4b6014cfd3e771eca381d/'
+  repo_url = 'https://gin.g-node.org/hiobeen/Mouse_hdEEG_ASSR_Hwang_et_al/raw/b986d72322caa0ec76f02211dcc5c1df45d8366e/'
   for file_id in file_ids:
     fname_dest = "%s%s%s"%(dir_origin, dir_dataset, file_id)
     if path.isfile(fname_dest) is False: