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 errors #17

Closed Christian-B closed 7 years ago

Christian-B commented 7 years ago

In http://spinnakermanchester.github.io/spynnaker/3.0.0/RunningPyNNSimulationsonSpiNNaker-LabManual.pdf

Suggestion: Add: try: import pyNN.spiNNaker as p except: import spynnaker.pyNN as p

Section: The PyNN Neural Network Description Language An example of this is as follows: After: p.run(10) Add: v = pop_1.get_v() spikes = pop_1.getSpikes()

Christian-B commented 7 years ago

default parameters of the IF_curr_exp 'tau_refrac': 0.1 NOT 'tau_refrac': 2.0

andrewgait commented 7 years ago

Edited and uploaded manual again https://github.com/SpiNNakerManchester/SpiNNakerManchester.github.io/pull/22

alan-stokes commented 7 years ago

closed!