Skip to content

Commit

Permalink
BUG: typo in variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
jungheejung committed Aug 25, 2024
1 parent 0ecb5c0 commit d20e8ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spacetop_prep/events/extract_trajectory_cue.m
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@
for j = 1:trialNum
expect_traj = rating_Trajectory{j,1};

if ismember('event02_actual_RT', csvData.Properties.VariableNames)
if ismember('event02_expect_RT', csvData.Properties.VariableNames)
if ~isnan(csvData.event02_expect_RT(j))
% subject made a response in this trial
expectrating_end_x(j) = expect_traj(end, 1);
Expand Down

0 comments on commit d20e8ac

Please sign in to comment.