Skip to content
Snippets Groups Projects
Commit 9f071fdd authored by Martin Bauer's avatar Martin Bauer
Browse files

pystencils: Assignment instead of sympy.Eq

- Previously sympy.Eq was used to represent assignments. However Eq
  represents equality not assignment. This means that sometimes sympy
  "simplified" an equation like a = a  to True,
-> replaced sp.Eq by pystencils.Assignment everywhere
- renamed EquationCollection to AssignmentCollection
parent eadeaadf
Branches
Tags
No related merge requests found
Showing
with 202 additions and 116 deletions
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