Skip to content
Commit 8621651e authored by Matt Wala's avatar Matt Wala
Browse files

Move kill_trivial_assignments() over to pymbolic.

When doing substitution, SymEngine seems to collapse Subs nodes. This
was leading to problems for sumpy, which relies on having Subs nodes in
the expressions after killing trivial assignments.

This change moves the job to pymbolic, which appears to preserve Subs
nodes.
parent b29a252b
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment