Skip to content

Commit d6ad7f3

Browse files
committed
fix path for model file in batch_download_run
1 parent 5cc95e9 commit d6ad7f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demo/batch_download_run.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343

4444
% specify the model file that contains the contrasts to compute
4545
opt = rmfield(opt, 'model');
46-
opt.model.univariate.file = fullfile(WD, 'demo', 'model-MoAE_smdl.json');
46+
opt.model.univariate.file = fullfile(WD, 'model-MoAE_smdl.json');
4747

4848

4949
%% Get data

0 commit comments

Comments
 (0)