Skip to content

Commit 456dc34

Browse files
committed
remove outdated assert
1 parent 000786e commit 456dc34

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

test/cuda/factorizations.jl

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@ for V in spacelist
1919
@timedtestset "Factorizations with symmetry: $Istr" verbose = true begin
2020
V1, V2, V3, V4, V5 = V
2121
W = V1 V2
22-
@assert !isempty(blocksectors(W))
23-
@assert !isempty(intersect(blocksectors(V4), blocksectors(W)))
2422

2523
@testset "QR decomposition" begin
2624
for T in eltypes,

0 commit comments

Comments
 (0)