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

Add constant folding and propagation patterns #163

Open
eb8680 opened this issue Jul 17, 2019 · 0 comments
Open

Add constant folding and propagation patterns #163

eb8680 opened this issue Jul 17, 2019 · 0 comments
Labels
bug Something isn't working

Comments

@eb8680
Copy link
Member

eb8680 commented Jul 17, 2019

In #161 and #157 we've seen test failures caused by a failure to reduce expressions like 0 + Gaussian(...) or 1 * Gaussian(...). We should add any missing patterns for constant folding and propagation and move them into the normalize interpreter in #156.

Partly handled in #165 (units only)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant