We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
julia> using SparseArrays julia> using OffsetArrays: Origin julia> svec = SparseVector{Int, Int}(div(typemax(Int),2), Int[], Int[]) 4611686018427387903-element SparseVector{Int64, Int64} with 0 stored entries julia> svec .- svec 4611686018427387903-element SparseVector{Int64, Int64} with 0 stored entries julia> Origin(0)(svec) .- Origin(0)(svec) ERROR: invalid Array size
The text was updated successfully, but these errors were encountered:
Seems related to
OffsetArrays.jl/src/OffsetArrays.jl
Lines 283 to 287 in a094f04
Sorry, something went wrong.
No branches or pull requests
The text was updated successfully, but these errors were encountered: