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 indexing of vector input ports #1042

Closed pnbabu closed 1 month ago

pnbabu commented 2 months ago

This PR fixes the indexing of vector input ports when used in the update block with indexes that are variables. The vector variables and vector input ports are both indexed starting from 0.

clinssen commented 2 months ago

Could you link the PR to the corresponding issue(s), so they are automatically closed when this PR is merged? Cheers!

pnbabu commented 1 month ago

Fixes #1022