Skip to content
Snippets Groups Projects
Commit 7c9e732c authored by Andreas Klöckner's avatar Andreas Klöckner
Browse files

Id-map unsupported expressions in FlattenMapper.

parent a624dfac
No related branches found
No related tags found
No related merge requests found
......@@ -11,7 +11,9 @@ class FlattenMapper(IdentityMapper):
def map_product(self, expr):
from pymbolic.primitives import flattened_product
return flattened_product(expr.children)
def handle_unsupported_expression(self, expr):
return expr
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment