Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sparse matrix multiplication does not work with SIUnits #89

Open
ChrisRackauckas opened this issue Aug 27, 2016 · 0 comments
Open

Sparse matrix multiplication does not work with SIUnits #89

ChrisRackauckas opened this issue Aug 27, 2016 · 0 comments

Comments

@ChrisRackauckas
Copy link

ChrisRackauckas commented Aug 27, 2016

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:88
  zero(!Matched::Type{Base.Pkg.Resolve.VersionWeights.VWPreBuildItem}) at pkg/resolve/versionweight.jl:80
  zero(!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
@tomasaschan tomasaschan changed the title Sprase matrix multiplication does not work with SIUnits Sparse matrix multiplication does not work with SIUnits Aug 29, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant