You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's trying to get a type to pick for zero, and it chooses Any and fails.
MethodError: no method matching zero(::Type{Any})
Closest candidates are:zero(!Matched::Type{Base.LibGit2.Oid}) at libgit2/oid.jl:88zero(!Matched::Type{Base.Pkg.Resolve.VersionWeights.VWPreBuildItem}) at pkg/resolve/versionweight.jl:80zero(!Matched::Type{Base.Pkg.Resolve.VersionWeights.VWPreBuild}) at pkg/resolve/versionweight.jl:120...in*(::SparseMatrixCSC{Float64,Int64}, ::Array{SIUnits.SIQuantity{Float64,2,0,0,0,0,0,0,0,0},1}) at ./linalg/matmul.jl:84
The text was updated successfully, but these errors were encountered:
tomasaschan
changed the title
Sprase matrix multiplication does not work with SIUnits
Sparse matrix multiplication does not work with SIUnits
Aug 29, 2016
It's trying to get a type to pick for zero, and it chooses Any and fails.
The text was updated successfully, but these errors were encountered: