Skip to content

Commit

Permalink
Add comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
morriscb committed Nov 6, 2023
1 parent 4b497ed commit 387a0bc
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4094,6 +4094,7 @@
" '''\n",
" plot stimuli as colored bars on specified axis\n",
" '''\n",
" # Fixup type for use in query.\n",
" stimulus_presentations['omitted'] = stimulus_presentations['omitted'].astype('bool')\n",
" stimuli = stimulus_presentations.query('end_time >= {} and start_time <= {} and not omitted'.format(float(trial['start_time']), float(trial['stop_time'])))\n",
" for idx, stimulus in stimuli.iterrows():\n",
Expand Down

0 comments on commit 387a0bc

Please sign in to comment.