inducer / pymbolic

A simple package to do symbolic math (focus on code gen and DSLs)
http://mathema.tician.de/software/pymbolic
Other
106 stars 24 forks source link

Add equality test #94

Closed alexfikl closed 2 years ago

alexfikl commented 2 years ago

This adds a test for the equality as suggested in https://github.com/inducer/pymbolic/pull/74#issuecomment-1113836985.

Setting depth=16 still works, but depth=32 starts hanging and it just gets worse from there. Also tested this on #74 and it fixes the issue, but thought I'd add it to main first.

This also contains some vim markers and using logging instead of print in there, as a small cleanup.

inducer commented 2 years ago

Thanks!