SymPy.jl icon indicating copy to clipboard operation
SymPy.jl copied to clipboard

broadcasting not typestable

Open jamblejoe opened this issue 1 year ago • 1 comments

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.

jamblejoe avatar Aug 16 '22 15:08 jamblejoe

Thanks! I have a PR to close this. Will tag sometime today if all the tests go through.

jverzani avatar Aug 16 '22 16:08 jverzani