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

Indent output block #893

Closed pnbabu closed 1 year ago

clinssen commented 1 year ago

Looks good, cheers! Could you create a follow-up PR fixing the URLs involving your username (pnbabu -> nest)?

jougs commented 1 year ago

@clinssen, @pnbabu: This is probably the wrong place to discuss this, but isn't the output: spike block in 100% of cases redundant with the specification emit_spike() in the update block? I would rather remove the former completely and introduce new functions emit_rate(), emit_current(), emit_whatever() if those become supported in the future and not have the redundancy. What is your opinion on this?