NeuralEnsemble / PyNN

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

Fix weight type in brain2 backend for issue 711 #723

Closed jiegec closed 2 years ago

jiegec commented 3 years ago

The current Brian2 support for STDP is broken. This pr fixes issue #711.

coveralls commented 3 years ago

Coverage Status

Coverage decreased (-0.1%) to 69.789% when pulling bed20229baf8a67e35a4ceae2e0795f8514bc59f on jiegec:master into 90ad2dbd3f9961c2e422ccb20e6451eba8db1154 on NeuralEnsemble:master.

apdavison commented 3 years ago

Many thanks for this, I'll review it as soon as possible.

jiegec commented 3 years ago

Hi @apdavison could you review on this pr?

apdavison commented 2 years ago

Many thanks @jiegec