JuliaSparse / SuiteSparseGraphBLAS.jl

Sparse, General Linear Algebra for Graphs!
MIT License
102 stars 16 forks source link

Incorrect `Base` qualifier in `setindex!` method #117

Closed ericphanson closed 10 months ago

ericphanson commented 1 year ago

https://github.com/JuliaSparse/SuiteSparseGraphBLAS.jl/blob/ce89efca856aa1afe65c5913423eb87ac4239f87/src/abstractgbarray.jl#L971

This errors since there is no Base.subassign!.