From f8853fc120efd1ccc9dca2b0d4340cd2cbe5967a Mon Sep 17 00:00:00 2001 From: Robin De Schepper <robin.deschepper93@gmail.com> Date: Tue, 5 Dec 2023 15:30:51 +0100 Subject: [PATCH] Fix missing plot code (#2234) It was missing the plot instructions --- doc/tutorial/single_cell_model.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/tutorial/single_cell_model.rst b/doc/tutorial/single_cell_model.rst index e0f5394f..49b09634 100644 --- a/doc/tutorial/single_cell_model.rst +++ b/doc/tutorial/single_cell_model.rst @@ -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 -- GitLab