brian-team / brian2tools

Tools to use with Brian 2, in particular for visualization
https://brian2tools.readthedocs.io
Other
14 stars 12 forks source link

Better description for `+=` operator #46

Closed mstimberg closed 3 years ago

mstimberg commented 3 years ago

Synaptic events and run_regularly operations often use the += operator (or -=). We currently include them in the descriptions and that's of course ok, but they look a bit more like programming language code than a mathematical description. It would be nice to replace something like v_post += w by "increase v_post by w".