Skip to content

Commit

Permalink
BUG: url download error
Browse files Browse the repository at this point in the history
  • Loading branch information
jungheejung committed Sep 1, 2024
1 parent fb2989f commit bed44e8
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
% download https://github.com/spatialtopology/task-fractional/blob/DBIC/task-tomsaxe/answer_key.csv
url = 'https://raw.githubusercontent.com/spatialtopology/task-fractional/DBIC/task-tomsaxe/answer_key.csv?token=GHSAT0AAAAAACV2UHC5PPWMDHRIW6RKIJWAZWUZB2A';
answer_filename = '/Users/h/Documents/projects_local/1076_spacetop/code/spacetop-prep/spacetop_prep/datalad/answer_key.csv';
outfilename = websave(answer_filename, url);
% url = 'https://raw.githubusercontent.com/spatialtopology/task-fractional/DBIC/task-tomsaxe/answer_key.csv?token=GHSAT0AAAAAACV2UHC5PPWMDHRIW6RKIJWAZWUZB2A';
answer_filename = '/Users/h/Documents/projects_local/spacetop-prep/spacetop_prep/datalad/resolve_missingevents/answer_key.csv';
% outfilename = websave(answer_filename, url);

events_fname = '/Users/h/Documents/projects_local/1076_spacetop/sourcedata/d_beh/sub-0001/task-fractional/sub-0001_ses-04_task-fractional_run-01-tomsaxe_beh.csv';
Tload = readtable(events_fname);
Expand Down

0 comments on commit bed44e8

Please sign in to comment.