Skip to content

Commit 28e8c5d

Browse files
committed
fix bug not computing correctly the nb of blocks and repetitions
1 parent ae7fdd6 commit 28e8c5d

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

subfun/design/getMockConfig.m

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,6 @@
4646

4747
% To not touch
4848

49-
% here we double the repetions (2 hemifields)
50-
cfg.design.nbRepetitions = cfg.design.nbRepetitions * length(cfg.design.fixationPosition);
51-
5249
% inward and outward are presented as separated event
5350
cfg.design.nbEventsPerBlock = cfg.design.nbEventsPerBlock * 2;
5451

0 commit comments

Comments
 (0)