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 0a61671 commit 8de40b7Copy full SHA for 8de40b7
test/butterfly.jl
@@ -8,7 +8,7 @@ using RecursiveFactorization
8
b = rand(i)
9
prob = LinearProblem(A, b)
10
x = solve(prob, ButterflyFactorization())
11
- @test norm(A * x .- b) <= 1e-10
+ @test norm(A * x .- b) <= 1e-6
12
end
13
14
0 commit comments