We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04c17ef commit 01dc1b4Copy full SHA for 01dc1b4
test/runtests.jl
@@ -13,7 +13,7 @@ include("test_steering.jl")
13
elevation = calc_elevation(pos_kite)
14
@test isapprox(rad2deg(elevation), 69.49651592080296, rtol=1e-3)
15
azimuth = azimuth_east(pos_kite)
16
- @test isapprox(rad2deg(azimuth), 2.2941958048609155, rtol=2e-2, atol=0.1)
+ @test isapprox(rad2deg(azimuth), 2.2941958048609155, rtol=2e-2, atol=1)
17
force = winch_force(kps4)
18
@test isapprox(force, 461.637574830213, rtol=1e-2)
19
end
0 commit comments