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.
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.