Skip to content

Commit

Permalink
toggle
Browse files Browse the repository at this point in the history
  • Loading branch information
Remi-Gau committed Aug 12, 2023
1 parent ed81309 commit 43532bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions demos/bayes/ds000114_run.m
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
bidspm();

% set to false to not re run the smoothing
SMOOTH = false;
SMOOTH = true;

% set to false to not re run the model specification
FIRST_LEVEL = true;
Expand All @@ -27,7 +27,7 @@

models_dir = fullfile(root_dir, 'models');

participant_label = {'[0-9]*'};
participant_label = {'[0-9]*'}; %#ok<*NASGU>
if TESTING
participant_label = {'^0[12]$'};
end
Expand Down

0 comments on commit 43532bd

Please sign in to comment.