Skip to content

Commit b2ec2a1

Browse files
committed
fix travis' suggestions
1 parent 8e2f86b commit b2ec2a1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/eyeTracker.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@
191191
%% End of the experiment
192192
% Save the edf file and shut down connection with Eyelink.
193193

194-
# Set the edf file path + name.
194+
% Set the edf file path + name.
195195
edfFileName = fullfile( ...
196196
cfg.dir.outputSubject, ...
197197
'eyetracker', ...

src/setDefaultsPTB.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
end
6262

6363
if isfield(cfg, 'eyeTracker') && ~isfield(cfg.eyeTracker, 'defaultCalibration')
64-
fieldsToSet.eyeTracker.defaultCalibration = 'true'
64+
fieldsToSet.eyeTracker.defaultCalibration = true;
6565
end
6666

6767
if isfield(cfg, 'testingDevice') && strcmpi(cfg.testingDevice, 'mri')

0 commit comments

Comments
 (0)