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

Added "round" operator in the Sympy mappings #474

Merged

Conversation

tanweer-mahdi
Copy link
Contributor

Enabling a workaround to avoid the following type error:

raise TypeError("Cannot round symbolic expression")

while using round as a unary operator.

This issue was raised in #269 the the PR contains the exact solution that was put forth in the subsequent discussion.

Enabling a workaround to avoid the following type error:

`raise TypeError("Cannot round symbolic expression")`

while using `round` as a unary operator.

This issue was raised in MilesCranmer#269 the the PR contains the exact solution put forth in the subsequent discussion
@MilesCranmer
Copy link
Owner

Looks good!

@MilesCranmer MilesCranmer enabled auto-merge (squash) November 27, 2023 05:40
@MilesCranmer MilesCranmer merged commit ce15648 into MilesCranmer:master Nov 27, 2023
15 checks passed
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.

None yet

2 participants