Skip to content

Commit b9c2021

Browse files
committed
fix wrong conditional
1 parent 7f345ab commit b9c2021

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bidspm.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,7 @@ function stats(args)
324324
contrasts = ismember(action, {'stats', 'contrasts'});
325325
results = ismember(action, {'stats', 'contrasts', 'results'});
326326

327-
if ~opt.model.designOnly
327+
if opt.model.designOnly
328328
contrasts = false;
329329
results = false;
330330
end

0 commit comments

Comments
 (0)