From c26dc45bf98cf30e4d1635bd6411df7f5c274fa2 Mon Sep 17 00:00:00 2001 From: dehann Date: Mon, 30 Jan 2023 16:07:02 -0800 Subject: [PATCH] minor test tweak --- test/testBearingRange2D.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/testBearingRange2D.jl b/test/testBearingRange2D.jl index 3a05867b..c20ee5f5 100644 --- a/test/testBearingRange2D.jl +++ b/test/testBearingRange2D.jl @@ -354,7 +354,7 @@ pts0 = filter(eachcol(pts)) do p isapprox(p[1:2],[0,0], atol=1) end theta = mean(getindex.(pts0,3)) -@test isapprox(theta, 0.0, atol=0.1) +@test isapprox(theta, 0.0, atol=0.15) ##