Skip to content

Commit 091f59d

Browse files
committed
fix miss_hit suggestion pt2
1 parent ba46c2d commit 091f59d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

subfun/expDesign.m

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,7 @@
6666
maxNumFixTargPerBlock = cfg.target.maxNbPerBlock;
6767

6868
if mod(numEventsPerBlock, length(motionDirections)) ~= 0
69-
warning('the number of events per block is not a multiple of the number ...
70-
of motion/static diection');
69+
warning('the n. of events per block is not a multiple of the n. of experimental conditions');
7170
end
7271

7372
%% Adapt some variables according to input

0 commit comments

Comments
 (0)