Skip to content

Commit 4aeee34

Browse files
committed
Low accuracy factorizations
1 parent 1abf46a commit 4aeee34

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_throws, @testset
5353
for f in MATRIX_FUNCTIONS_LOW_ACCURACY
5454
@eval begin
5555
fa = $f($a)
56-
@test Matrix(fa) $f(Matrix($a)) rtol = (eps(real($elt)))
56+
@test Matrix(fa) $f(Matrix($a)) rtol = (eps(real($elt)))
5757
@test fa isa BlockSparseMatrix
5858
@test issetequal(eachblockstoredindex(fa), [Block(1, 1), Block(2, 2)])
5959
end

0 commit comments

Comments
 (0)