clinssen

Results 145 issues of clinssen

In code documentation and plotting labels, there is an inconsistency in using () and [] around physical units. This should be standardised and documented.

S: Normal
T: Maintenance
I: No breaking change
stale

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...

T: Bug
S: Normal
I: No breaking change
stale

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.

enhancement

Fix a misformulation of the future-proof NEST version check.

bug

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...

bug

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 =...

bug

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,...

enhancement

With thanks to Renan for the suggestion!

enhancement
documentation

This replaces #1151.

enhancement