Skip to content

Commit f7ebf67

Browse files
committed
Skip acosh in tests of missing blocks
1 parent f1ebd21 commit f7ebf67

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/test_factorizations.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,8 @@ using Test: @inferred, @test, @test_throws, @testset
8686
MATRIX_FUNCTIONS = BlockSparseArrays.MATRIX_FUNCTIONS
8787
# These functions involve inverses so they break when there are zeros on the diagonal.
8888
MATRIX_FUNCTIONS_SINGULAR = [
89-
:log, :acsc, :asec, :acot, :acsch, :asech, :acoth, :csc, :cot, :csch, :coth,
89+
:log, :acsc, :asec, :acosh, :acot, :acsch, :asech, :acoth, :csc, :cot, :csch,
90+
:coth,
9091
]
9192
MATRIX_FUNCTIONS = setdiff(MATRIX_FUNCTIONS, MATRIX_FUNCTIONS_SINGULAR)
9293
# Dense version is broken for some reason, investigate.

0 commit comments

Comments
 (0)