Skip to content

Commit

Permalink
breakOut: don't crash if calibration skipped
Browse files Browse the repository at this point in the history
  • Loading branch information
dcnieho committed Dec 18, 2024
1 parent d633151 commit 8cbfc4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo_experiments/breakOut/breakOut.m
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@
ListenChar(0);

% find out which eye(s) to use, start acquiring samples
if ~qUseDummyMode
if ~qUseDummyMode && ~calInfo.wasSkipped
eye = calInfo.attempt{calInfo.selectedCal}.eye;
useLeft = ismember(eye,{ 'left','both'});
useRight= ismember(eye,{'right','both'});
Expand Down

0 comments on commit 8cbfc4b

Please sign in to comment.