nest / nestml

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

Fix special handling of NEST delay and weight variables in synapse #1044

Closed clinssen closed 4 weeks ago

clinssen commented 2 months ago

Fixes #707 Fixes #1037

See #1037 for a full description.

clinssen commented 1 month ago

Thanks for the review! I have reverted the removal of the ASTExternalVariable, because it helps to keep a distinction between the "pure" NESTML models and the target-specific (e.g. NEST-specific) code.

clinssen commented 4 weeks ago

Many thanks for the review!