nest / nestml

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

Fix numeric origin printer #891

Closed clinssen closed 1 year ago

clinssen commented 1 year ago

A list of state variables (self._state_symbols) should not be inside the VariablePrinter instance, as these variables are different for different models but they use the same printer. This PR makes the numeric-or-not property of variables a property of the ASTVariables themselves.