clinssen
clinssen
In code documentation and plotting labels, there is an inconsistency in using () and [] around physical units. This should be standardised and documented.
When setting a non-existent property on a large number of synapses, the memory consumption of NEST explodes and the process soon crashes. Minimal reproducer: ```py import numpy as np import...
Replaces #1225. NOTE: for now, manually remove the checks in ``/home/spinnaker/source/sPyNNaker/neural_modelling/makefiles/synapse_only/synapse_build.mk`` on lines 99-104.
There is a bug in case gap junctions are combined with neuron models that contain an ``integrate_odes()`` call with no arguments. This PR fixes the bug. A test should still...
The following NESTML model should, but does not currently, trigger an informative error message about the left-hand side not being something that can be assigned to: ``` update: V =...
The AMAT model is often a better model variant than the Izhekich neuron, as it has a similar wide dynamic repertoire, as well as exactly (and efficiently) solvable subthreshold dynamics,...
With thanks to Renan for the suggestion!