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 conflict with sympy predefined/built-in functions #885

Closed clinssen closed 1 year ago

clinssen commented 1 year ago

Fix bug that arose if a model defines a variable with the same name as a predefined sympy function (like beta()).

To fix, use minimal set of predefined terms from sympy (borrow this list from odetoolbox).