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

Function has no name attribute #464

Closed
rikardn opened this issue Jan 19, 2024 · 0 comments · Fixed by #466
Closed

Function has no name attribute #464

rikardn opened this issue Jan 19, 2024 · 0 comments · Fixed by #466

Comments

@rikardn
Copy link
Contributor

rikardn commented Jan 19, 2024

The following code that would work using sympy does not run:

import symengine
func = symengine.Function('f')('x')
func.name

Instead you would have to do

func.get_name()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant