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

Fixed minor bug in src/build_function where the keyword conv was not used #928

Conversation

raphaelchinchilla
Copy link
Contributor

This corrects a very minor bug:
The function build_function accepts the keyword conv to perform the conversion function of symbolic types to Expr. However, this was never implemented and toexpr was "hard-wired". This PR fixes this.

@ChrisRackauckas
Copy link
Member

Can you please add a test?

@raphaelchinchilla
Copy link
Contributor Author

Honnestly, I am not sure what a test could be. As far as I understand, the only supported function to convert expressions as of now is to_expr, so I am not sure why the keyword is included. But the fact is that the keyword was included but was not being used...

I am happy to drop the PR, it was a very minor bug. There

@ChrisRackauckas ChrisRackauckas merged commit 9c3a18a into JuliaSymbolics:master Aug 23, 2023
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 this pull request may close these issues.

2 participants