Skip to content

Commit 8de40b7

Browse files
fix tests
1 parent 0a61671 commit 8de40b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/butterfly.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ using RecursiveFactorization
88
b = rand(i)
99
prob = LinearProblem(A, b)
1010
x = solve(prob, ButterflyFactorization())
11-
@test norm(A * x .- b) <= 1e-10
11+
@test norm(A * x .- b) <= 1e-6
1212
end
1313
end
1414

0 commit comments

Comments
 (0)