Skip to content

Commit 47a9ed1

Browse files
committed
remove tests on a[:,:]
1 parent 32d0f11 commit 47a9ed1

File tree

1 file changed

+0
-5
lines changed
  • NDTensors/src/lib/BlockSparseArrays/ext/BlockSparseArraysGradedAxesExt/test

1 file changed

+0
-5
lines changed

NDTensors/src/lib/BlockSparseArrays/ext/BlockSparseArraysGradedAxesExt/test/runtests.jl

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,6 @@ const elts = (Float32, Float64, Complex{Float32}, Complex{Float64})
157157
b = 2 * a
158158
@test block_nstored(b) == 2
159159
@test Array(b) == 2 * Array(a)
160-
@test a[:, :] isa BlockSparseArray # broken in 1.6
161160
for i in 1:2
162161
@test axes(b, i) isa GradedUnitRangeDual
163162
@test_broken axes(a[:, :], i) isa GradedUnitRangeDual
@@ -178,7 +177,6 @@ const elts = (Float32, Float64, Complex{Float32}, Complex{Float64})
178177
b = 2 * a
179178
@test block_nstored(b) == 2
180179
@test Array(b) == 2 * Array(a)
181-
@test a[:, :] isa BlockSparseArray # broken in 1.6
182180
for i in 1:2
183181
@test axes(b, i) isa GradedUnitRangeDual
184182
@test_broken axes(a[:, :], i) isa GradedUnitRangeDual
@@ -227,9 +225,6 @@ const elts = (Float32, Float64, Complex{Float32}, Complex{Float64})
227225
@test ax isa typeof(dual(r))
228226
end
229227

230-
@test a[:, :] isa BlockSparseArray # broken in 1.6
231-
@test axes(a[:, :]) isa Tuple{BlockedOneTo,BlockedOneTo} # broken in 1.6
232-
233228
I = [Block(1)[1:1]]
234229
@test size(a[I, :]) == (1, 4)
235230
@test size(a[:, I]) == (4, 1)

0 commit comments

Comments
 (0)