Skip to content

Commit

Permalink
Fix missing plot code (arbor-sim#2234)
Browse files Browse the repository at this point in the history
It was missing the plot instructions
  • Loading branch information
Helveg authored Dec 5, 2023
1 parent c391775 commit f8853fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/tutorial/single_cell_model.rst
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ the threshold detector and a voltage probes from our model have produced.

.. literalinclude:: ../../python/example/single_cell_model.py
:language: python
:lines: 34-46
:lines: 34-51

Step **(8)** accesses :meth:`arbor.single_cell_model.spikes`
to print the spike times. A single spike should be generated at around the same time the stimulus
Expand Down

0 comments on commit f8853fc

Please sign in to comment.