Skip to content
  • Martin Bauer's avatar
    pystencils: Assignment instead of sympy.Eq · 6dec1eba
    Martin Bauer authored
    - 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
    6dec1eba