Skip to content
Snippets Groups Projects

Clean up and Bug Fixes

Merged Markus Holzer requested to merge holzer/pystencils:Fixes into master
Viewing commit c161b84f
Show latest version
1 file
+ 1
0
Preferences
Compare changes
@@ -6,6 +6,7 @@ See :func:`sympy.codegen.rewriting.optimize`.
# TODO: These optimisations are not at all used in pystencils... Should be used by default and turned off optionally
import itertools
import sympy as sp
from pystencils import Assignment
from pystencils.astnodes import SympyAssignment