We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 000786e commit 456dc34Copy full SHA for 456dc34
1 file changed
test/cuda/factorizations.jl
@@ -19,8 +19,6 @@ for V in spacelist
19
@timedtestset "Factorizations with symmetry: $Istr" verbose = true begin
20
V1, V2, V3, V4, V5 = V
21
W = V1 ⊗ V2
22
- @assert !isempty(blocksectors(W))
23
- @assert !isempty(intersect(blocksectors(V4), blocksectors(W)))
24
25
@testset "QR decomposition" begin
26
for T in eltypes,
0 commit comments