Skip to content

Commit 24ce821

Browse files
author
Uwe Fechner
committed
fix tests
1 parent a551e00 commit 24ce821

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

data/system.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
system:
2-
project: "settings.yaml" # simulator settings
2+
sim_settings: "settings.yaml" # simulator settings
33

test/runtests.jl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ include("test_steering.jl")
1111
segments=se().segments
1212
pos_kite = kps4.pos[segments+1] # well, this is the position of the pod...
1313
elevation = calc_elevation(pos_kite)
14-
@test isapprox(rad2deg(elevation), 69.49651592080296, rtol=1e-3)
14+
@test isapprox(rad2deg(elevation), 69.29496863407165, rtol=1e-3)
1515
azimuth = azimuth_east(pos_kite)
16-
@test isapprox(rad2deg(azimuth), 2.2941958048609155, rtol=2e-2, atol=1)
16+
@test isapprox(rad2deg(azimuth), 8.108681940337314, rtol=2e-2, atol=1)
1717
force = winch_force(kps4)
18-
@test isapprox(force, 461.637574830213, rtol=1e-2)
18+
@test isapprox(force, 467.76002941588166, rtol=1e-2)
1919
end

0 commit comments

Comments
 (0)