Introduce default assignment simplifications
Compare changes
- Markus Holzer authored
@@ -141,15 +142,18 @@ def test_add_subexpressions_for_field_reads():
@@ -164,12 +168,15 @@ def test_sympy_optimizations(target, simplification):
There are many simplifications in pystencils that are usually not applied. They can be applied now by using a simple argument in the configuration.
Fixes #39 (closed)