Skip to content

Commit

Permalink
[BlockSparseArrays] Generalize axes
Browse files Browse the repository at this point in the history
  • Loading branch information
mtfishman committed May 25, 2024
1 parent e08e131 commit 107c271
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ struct BlockSparseArray{
N,
A<:AbstractArray{T,N},
Blocks<:AbstractArray{A,N},
Axes<:NTuple{N,AbstractUnitRange{Int}},
Axes<:Tuple{Vararg{AbstractUnitRange,N}},
} <: AbstractBlockSparseArray{T,N}
blocks::Blocks
axes::Axes
Expand Down

0 comments on commit 107c271

Please sign in to comment.