Skip to content

Commit 204961e

Browse files
committed
Update for breaking changes
1 parent d9d6347 commit 204961e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/blocksparsearray/blocksparsearray.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ and should be imported from that package to use it as an input to this construct
2424
function SparseArraysBase.SparseArrayDOK{T,N}(
2525
::UndefBlocksInitializer, ax::Tuple{Vararg{AbstractUnitRange{<:Integer},N}}
2626
) where {T,N}
27-
return SparseArrayDOK{T,N}(undef, blocklength.(ax), GetUnstoredBlock(ax))
27+
return SparseArrayDOK{T,N}(undef, blocklength.(ax); getunstored=GetUnstoredBlock(ax))
2828
end
2929
function SparseArraysBase.SparseArrayDOK{T,N}(
3030
::UndefBlocksInitializer, ax::Vararg{AbstractUnitRange{<:Integer},N}

0 commit comments

Comments
 (0)