Skip to content

Commit

Permalink
GH-771 remove sham_change column from trials
Browse files Browse the repository at this point in the history
  • Loading branch information
nicain committed Jun 24, 2019
1 parent 35f0abf commit 5cc9a09
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions allensdk/brain_observatory/behavior/trials_processing.py
Original file line number Diff line number Diff line change
Expand Up @@ -182,9 +182,6 @@ def get_trials(data, licks_df, rewards_df, rebase):
reward_times = rebased_reward_times[np.where(np.logical_and(rebased_reward_times >= start_time, rebased_reward_times <= stop_time))]
trial_data['reward_times'].append(reward_times)

sham_change = True if ('sham_change', '') in event_dict else False
trial_data['sham_change'].append(sham_change)

stimulus_change = True if ('stimulus_changed', '') in event_dict else False
trial_data['stimulus_change'].append(stimulus_change)

Expand Down

0 comments on commit 5cc9a09

Please sign in to comment.