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 1abf46a commit 4aeee34Copy full SHA for 4aeee34
test/test_factorizations.jl
@@ -53,7 +53,7 @@ using Test: @inferred, @test, @test_throws, @testset
53
for f in MATRIX_FUNCTIONS_LOW_ACCURACY
54
@eval begin
55
fa = $f($a)
56
- @test Matrix(fa) ≈ $f(Matrix($a)) rtol = ∛(eps(real($elt)))
+ @test Matrix(fa) ≈ $f(Matrix($a)) rtol = ∜(eps(real($elt)))
57
@test fa isa BlockSparseMatrix
58
@test issetequal(eachblockstoredindex(fa), [Block(1, 1), Block(2, 2)])
59
end
0 commit comments