diff --git a/test/manellic/testManellicTree.jl b/test/manellic/testManellicTree.jl index 3e89ddc..2d2f1cb 100755 --- a/test/manellic/testManellicTree.jl +++ b/test/manellic/testManellicTree.jl @@ -869,12 +869,12 @@ end @show best_cov = abs.(Optim.minimizer(res)) -@test isapprox([0.55; 0.55; 0.06], best_cov; atol=0.3) +@test isapprox([0.6; 0.6; 0.06], best_cov; atol=0.35) mkd = ApproxManifoldProducts.manikde!_manellic(M,pts) -@test isapprox([0.55 0 0; 0 0.55 0; 0 0 0.06], getBW(mkd)[1]; atol=0.3) +@test isapprox([0.6 0 0; 0 0.6 0; 0 0 0.06], getBW(mkd)[1]; atol=0.35) ##