NeuralEnsemble / PyNN

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

Value error when executing stdp code #803

Closed hanbuck30 closed 2 months ago

hanbuck30 commented 3 months ago

I ran stdp_network.py from the examples, but a ValueError occurred. The simulator is Brian2, and the error was: ValueError: The pyNN.brian2 backend does not currently support dendritic delays: for the purpose of STDP calculations all delays are assumed to be axonal. How can I solve this?

apdavison commented 2 months ago

In the stdp_network.py script, add dendritic_delay_fraction=0 to the STDPMechanism constructor after line 54.