JuliaPy / SymPy.jl

Julia interface to SymPy via PyCall
http://juliapy.github.io/SymPy.jl/
MIT License
268 stars 62 forks source link

broadcasting not typestable #477

Closed jamblejoe closed 10 months ago

jamblejoe commented 2 years ago

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.

jverzani commented 2 years ago

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