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

Fix docs for convolve #963

Closed pnbabu closed 6 months ago

clinssen commented 1 year ago

Do you think we should change the documentation, or the actual naming (and change "X" to "conv" throughout the codebase)?

pnbabu commented 1 year ago

Do you think we should change the documentation, or the actual naming (and change "X" to "conv" throughout the codebase)?

I think having __conv__ in the variable name is perhaps more descriptive and __X__ is concise as it is now. I do not actually have a preference. Do you have one?

clinssen commented 1 year ago

Shall we replace __X__ with __conv__? It's only three extra characters and much more descriptive.