Use evaluate=False instead of UnevaluatedExpr
stefnotch opened this issue · 1 comments
stefnotch commented
This bug sympy/sympy#18584 is basically a blocker to the adoption of UnevaluatedExpr. So, using things like Add(2, 4, evaluate=False)
is what I'm going to do.
stefnotch commented
Closing this issue, because it's mostly for documentation purposes.