CliMA / Impero.jl

A symbolic language for equation specification
Apache License 2.0
15 stars 1 forks source link

SymbolicUtils and PDEequation both use == #9

Closed sandreza closed 4 years ago

sandreza commented 4 years ago

Symbolic Utils needs to use the == function. Thus currently == in the code is commented out and broken, see https://github.com/CliMA/Impero.jl/blob/ans/symbolic_utils/src/abstract_equations.jl#L13. A potential resolution is to alias the symbol differently, or not use AbstractExpression for the creation of a PDEequation. The solution be as simple as adding an extra wrapper struct.

sandreza commented 4 years ago

closed by #10