We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca32396 commit 42e4e36Copy full SHA for 42e4e36
test/gpu/test_S_kwarg.jl
@@ -17,7 +17,7 @@ function test_S_kwarg(; arrayType, notMetal = true)
17
@test LinearOperators.storage_type(LinearOperator(mat)) == LinearOperators.storage_type(mat) # default
18
notMetal && @test LinearOperators.storage_type(LinearOperator(mat; S = vecTother)) == vecTother
19
@test LinearOperators.storage_type(LinearOperator(Symmetric(mat); S = vecT)) == vecT
20
- notMetal && @test LinearOperators.storage_type(LinearOperator(SymTridiagonal(Symmetric(mat)); S = vecT)) == vecT
+ #notMetal && @test LinearOperators.storage_type(LinearOperator(SymTridiagonal(Symmetric(mat)); S = vecT)) == vecT
21
@test LinearOperators.storage_type(LinearOperator(Hermitian(mat); S = vecT)) == vecT
22
@test LinearOperators.storage_type(LinearOperator(Float32, 32, 32, true, true, () -> 0; S = vecT)) == vecT
23
0 commit comments