Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix conflict with sympy predefined/built-in functions #885

Merged
merged 1 commit into from
Mar 24, 2023

Conversation

clinssen
Copy link
Contributor

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).

@clinssen clinssen added the bug label Mar 24, 2023
@clinssen clinssen requested a review from pnbabu March 24, 2023 08:42
@clinssen clinssen merged commit 44a85a1 into nest:master Mar 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants