Skip to content

Commit 01dc1b4

Browse files
committed
Fix test error
1 parent 04c17ef commit 01dc1b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/runtests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ include("test_steering.jl")
1313
elevation = calc_elevation(pos_kite)
1414
@test isapprox(rad2deg(elevation), 69.49651592080296, rtol=1e-3)
1515
azimuth = azimuth_east(pos_kite)
16-
@test isapprox(rad2deg(azimuth), 2.2941958048609155, rtol=2e-2, atol=0.1)
16+
@test isapprox(rad2deg(azimuth), 2.2941958048609155, rtol=2e-2, atol=1)
1717
force = winch_force(kps4)
1818
@test isapprox(force, 461.637574830213, rtol=1e-2)
1919
end

0 commit comments

Comments
 (0)