Skip to content

Commit

Permalink
Fix S2 SCNN notebook
Browse files Browse the repository at this point in the history
  • Loading branch information
matjobst committed Jun 18, 2024
1 parent 5cb91bd commit 990da89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion paper/02_cnn/s2_apply.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@
"outp = None\n",
"for pop in net.populations:\n",
" if pop.name == \"1\":\n",
" pop.record = [\"v\", \"spikes\"]\n",
" pop.record = [\"spikes\"]\n",
" outp = [pop]\n",
" break\n",
"print(\"outp\", outp[0].name, outp[0].record)"
Expand Down

0 comments on commit 990da89

Please sign in to comment.