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 d3959a0 commit c98c35aCopy full SHA for c98c35a
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() && isreal($elt)
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