Skip to content

Commit

Permalink
Merge pull request #1107 from AdiBish/main
Browse files Browse the repository at this point in the history
Update load_Allen_Visual_Behavior_from_SDK.ipynb
  • Loading branch information
iamzoltan authored Jul 5, 2024
2 parents 81f9675 + d5a6d0f commit 601f035
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions projects/neurons/load_Allen_Visual_Behavior_from_SDK.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -3633,7 +3633,7 @@
}
],
"source": [
"stimulus_table.query('omitted').head(10)"
"stimulus_table.query('omitted',engine='python').head(10)"
]
},
{
Expand Down Expand Up @@ -3956,7 +3956,7 @@
" data=neural_data.query('cell_specimen_id == @cell_id'),\n",
" t='timestamps',\n",
" y='dff',\n",
" event_times=stimulus_table.query('omitted')['start_time'],\n",
" event_times=stimulus_table.query('omitted',engine='python')['start_time'],\n",
" t_before=3,\n",
" t_after=3,\n",
" output_sampling_rate=50,\n",
Expand Down Expand Up @@ -4219,7 +4219,7 @@
" data=df,\n",
" t='timestamps',\n",
" y=y,\n",
" event_times=stimulus_table.query(event_query)['start_time'],\n",
" event_times=stimulus_table.query(event_query,engine='python')['start_time'],\n",
" t_before=t_before,\n",
" t_after=t_before,\n",
" output_sampling_rate=50,\n",
Expand Down Expand Up @@ -8464,9 +8464,7 @@
"name": "python3"
},
"kernelspec": {
"display_name": "Python [conda env:nma-compneuro]",
"language": "python",
"name": "conda-env-nma-compneuro-py"
},
"language_info": {
"codemirror_mode": {
Expand All @@ -8478,9 +8476,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.9.17"
}
},
"nbformat": 4,
"nbformat_minor": 0
}

0 comments on commit 601f035

Please sign in to comment.