Skip to content

Commit 42e4e36

Browse files
nHackeldpo
authored andcommitted
Disable symtridiagonal s-kwarg test
1 parent ca32396 commit 42e4e36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/gpu/test_S_kwarg.jl

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ function test_S_kwarg(; arrayType, notMetal = true)
1717
@test LinearOperators.storage_type(LinearOperator(mat)) == LinearOperators.storage_type(mat) # default
1818
notMetal && @test LinearOperators.storage_type(LinearOperator(mat; S = vecTother)) == vecTother
1919
@test LinearOperators.storage_type(LinearOperator(Symmetric(mat); S = vecT)) == vecT
20-
notMetal && @test LinearOperators.storage_type(LinearOperator(SymTridiagonal(Symmetric(mat)); S = vecT)) == vecT
20+
#notMetal && @test LinearOperators.storage_type(LinearOperator(SymTridiagonal(Symmetric(mat)); S = vecT)) == vecT
2121
@test LinearOperators.storage_type(LinearOperator(Hermitian(mat); S = vecT)) == vecT
2222
@test LinearOperators.storage_type(LinearOperator(Float32, 32, 32, true, true, () -> 0; S = vecT)) == vecT
2323

0 commit comments

Comments
 (0)