-
Notifications
You must be signed in to change notification settings - Fork 6
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
Failure in expression factorization #110
Labels
Comments
Bisect blames: 5fcd942 |
Even simpler: from coffee.factorizer import Factorizer
from coffee import base as ast
n1 = ast.Symbol("n1")
n2 = ast.Symbol("n2")
lvalue = ast.Sum(n1, n1)
stmt = ast.Incr(n2, lvalue)
fact = Factorizer(stmt)
fact.factorize(lambda x: False) |
tkarna
added a commit
to thetisproject/thetis
that referenced
this issue
Dec 8, 2016
tkarna
added a commit
to thetisproject/thetis
that referenced
this issue
Dec 8, 2016
tkarna
added a commit
to thetisproject/thetis
that referenced
this issue
Dec 8, 2016
tkarna
added a commit
to thetisproject/thetis
that referenced
this issue
Dec 9, 2016
Closing, since this part of the technology has moved to tsfc. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is boiled down from a problem in thetis_adjoint.
The text was updated successfully, but these errors were encountered: