We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3024e1 commit bc92a85Copy full SHA for bc92a85
tests/test_expDesign.m
@@ -70,6 +70,8 @@ function test_exDesignBasicOtherSetUp()
70
assertTrue(all(sum(cfg.design.fixationTargets, 2) <= cfg.target.maxNbPerBlock));
71
72
% make sure that targets are not presented too often in the same position
73
- assertTrue(all(sum(cfg.design.fixationTargets) < cfg.design.nbRepetitions - 1));
+ if ~isOctave
74
+ assertTrue(all(sum(cfg.design.fixationTargets) < cfg.design.nbRepetitions - 1));
75
+ end
76
77
end
0 commit comments