SpiNNakerManchester / SpiNNakerManchester.github.io

Organization Pages, Documentation and Issues
http://spinnakermanchester.github.io/
Apache License 2.0
12 stars 7 forks source link

RunningPyNNSimulationsonSpiNNaker-LabManual.pdf two missing code lines in exemple #20

Closed Ju42 closed 7 years ago

Ju42 commented 7 years ago

Hi,

I notice that two code lines are missing in the PyNN code example in the following file : http://spinnakermanchester.github.io/spynnaker/3.0.0/RunningPyNNSimulationsonSpiNNaker-LabManual.pdf

Pylab is use to display two variable evolution (v and spikes). But those variables are never set in this code example. I suggest to add the following lines just after the simulations run call :

v = pop_1.get_v()
spikes = pop_1.getSpikes()
alan-stokes commented 7 years ago

fixed in master, closing issue