Skip to content

Commit

Permalink
minor test tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
dehann committed Jan 31, 2023
1 parent 1fab573 commit c26dc45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/testBearingRange2D.jl
Expand Up @@ -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)

##

Expand Down

0 comments on commit c26dc45

Please sign in to comment.