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

Don't assume expressions being substituted are mod 4 #220

Merged
merged 4 commits into from
Feb 15, 2022

Conversation

cqc-alec
Copy link
Collaborator

Fixes #219 .

@cqc-alec cqc-alec requested a review from ss2165 February 15, 2022 11:54
Comment on lines 142 to 144
// This is a workaround for a symengine issue: symengine currently has poor
// handling of symbolic evaluations for atan2. However, this may not catch
// every such issue, so we should revisit it.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is this comment still true?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes I think it is still true.

@cqc-alec cqc-alec merged commit 712e1b9 into develop Feb 15, 2022
@cqc-alec cqc-alec deleted the bugfix/symzero branch February 15, 2022 15:34
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.

Symbol substitution converts symbols that are a multiple of 4 to zero
2 participants