SymPy.jl
SymPy.jl copied to clipboard
broadcasting not typestable
Consider
julia> Base.Broadcast.combine_eltypes(+, (zero(Sym), zero(Sym)))
Any
coming from https://github.com/JuliaSparse/SparseArrays.jl/issues/75, where adding of sparse matrices with Sym
type fails.
Thanks! I have a PR to close this. Will tag sometime today if all the tests go through.