nest / nestml

A domain specific language for neuron and synapse models in spiking neural network simulation
GNU General Public License v2.0
45 stars 46 forks source link

Forbid assigning to inline expression #1008

Open clinssen opened 5 months ago

clinssen commented 5 months ago

This is allowed now to be able to reset the state of synaptic postsynaptic response convolution variables, but is confusing and causes issues with the update sequence. This feature is not necessary any more since #879. Models should be rewritten accordingly.