Skip to content

Commit 82f7c13

Browse files
authored
Try fixing tests
1 parent c98c35a commit 82f7c13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_factorizations.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ using Test: @inferred, @test, @test_broken, @test_throws, @testset
5353
for f in MATRIX_FUNCTIONS_LOW_ACCURACY
5454
@eval begin
5555
fa = $f($a)
56-
if !Sys.isapple() && isreal($elt)
56+
if !Sys.isapple() && ($elt <: Real)
5757
# `acoth` appears to be broken on this matrix on Windows and Ubuntu
5858
# for real matrices.
5959
@test_broken Matrix(fa) $f(Matrix($a)) rtol = eps(real($elt))

0 commit comments

Comments
 (0)