Skip to content
Snippets Groups Projects

Do not add InterpolationOperator around constants

Merged Alexandru Fikl requested to merge no-interp-constants into master
@@ -154,6 +154,7 @@ class InterpolationOperator(Operator):
def interp_one(subexpr):
from pymbolic.primitives import is_constant
if self.dd_in == self.dd_out:
# no-op interpolation, go away
return subexpr
elif is_constant(subexpr):
return subexpr
Loading