We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c98c35a commit 82f7c13Copy full SHA for 82f7c13
test/test_factorizations.jl
@@ -53,7 +53,7 @@ using Test: @inferred, @test, @test_broken, @test_throws, @testset
53
for f in MATRIX_FUNCTIONS_LOW_ACCURACY
54
@eval begin
55
fa = $f($a)
56
- if !Sys.isapple() && isreal($elt)
+ if !Sys.isapple() && ($elt <: Real)
57
# `acoth` appears to be broken on this matrix on Windows and Ubuntu
58
# for real matrices.
59
@test_broken Matrix(fa) ≈ $f(Matrix($a)) rtol = √eps(real($elt))
0 commit comments