Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
ufechner7 committed Oct 22, 2024
1 parent 78cb575 commit 99a405a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_kps4.jl
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ end
rho = 1.25
kps4.v_wind .= KVec3(8.0, 0.2, 0.0)
alpha_depower = 0.1
rel_steering = -0.1
rel_steering = +0.1
kps4.set.alpha_zero = 5.0
for i in 1:se().segments + KiteModels.KITE_PARTICLES + 1
kps4.forces[i] .= zeros(3)
Expand Down

0 comments on commit 99a405a

Please sign in to comment.