NeuralEnsemble / PyNN

A Python package for simulator-independent specification of neuronal network models.
Other
273 stars 125 forks source link

Test multicompartmental models with `neuron` module #20

Closed apdavison closed 11 years ago

apdavison commented 11 years ago

As a test of the adequacy of the connection/projection API, a test model that contains multi-compartmental neurons and multiple synaptic locations within the cells. An olfactory bulb model would be a particularly challenging example, as the bulb has both axo-dendritic and dendro-dendritic synapses


Imported from Trac ticket:18

Opened: 2007-04-24 13:54:29 Last modified: 2011-01-04 17:02:41 Component: unspecified Priority: major Owner: apdavison Reporter: apdavison

apdavison commented 11 years ago

apdavison wrote on 2007-06-06 10:31:40:

Note that the neuron2 module is now called neuron

apdavison commented 11 years ago

apdavison wrote on 2011-01-04 17:02:41:

see source:trunk/test/system/test_neuron.py

Can't yet handle multiple spike source locations in a single neuron, but that's an issue for another ticket.