Skip to content

Commit 0543258

Browse files
committed
isOctave must defo stay in src folder for CI to work
1 parent 3e886af commit 0543258

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

src/fixation/initFixation.m

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@
1616
% "What is the best fixation target?"
1717
% DOI 10.1016/j.visres.2012.10.012
1818
%
19+
% Contains a fixation cross and a dot
20+
%
1921

2022

2123
% Convert some values from degrees to pixels

src/utils/isOctave.m renamed to src/isOctave.m

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
function retval = isOctave
22
% Return: true if the environment is Octave.
33
% mostly used to testing when PTB is not in the path
4+
%
5+
% Must stay in the 'src' folder for continuous integration with github
6+
% action to work. Not sure why.
47

58
persistent cacheval % speeds up repeated calls
69

0 commit comments

Comments
 (0)