NEST 3.9.0
NESTML 8.2.0
Python 3.12.3
MWE here: MWE.zip
When using a NESTML neuron model with multiple receptor types, all incoming spikes are excitatory, even if "weight" < 0.
On the other hand, if there is only one spike input port, and I don't specify the receptor_type, weights are correctly taken into account (same behaviour as NEST):
Possibly related to #1389.
NEST 3.9.0
NESTML 8.2.0
Python 3.12.3
MWE here: MWE.zip
When using a NESTML neuron model with multiple receptor types, all incoming spikes are excitatory, even if
"weight" < 0.On the other hand, if there is only one spike input port, and I don't specify the
receptor_type, weights are correctly taken into account (same behaviour as NEST):Possibly related to #1389.