Dear all,
My colleague and I were trying to run a NESTML example, the neuromodulated STDP synapse, as specified here. We encountered some problems.
First we made some workarounds in order to avoid some errors associated with NESTML. We changed emit_spike(w) to emit_spike() in the synapse model to avoid the following error:
Then we added d ms = 1 ms and "delay_variable": {"neuromodulated_stdp_synapse": "d"} to avoid another set of error:
Finally, we failed during the make stage and could not overcome. I attach the code (adapted from the tutorial; neuron model as in here), as well as the error messages (two files because we tried NEST 3.8 and 3.9 respectively) from the make stage. Could you provide any advice on how to solve this?
Thank you in advance for your help!
Best regards,
Han-Jia Jiang