Skip to content

Commit

Permalink
Fix test failure
Browse files Browse the repository at this point in the history
  • Loading branch information
ufechner7 committed May 8, 2022
1 parent 75c2872 commit 3f2f0de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/test_kps3.jl
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ end
@test calc_elevation(kps) .≈ 1.2182337959242815 # 69.8 deg
@test calc_azimuth(kps) 0
@test calc_heading(kps) 0
@test calc_course(kps) 0
calc_course(kps) # the course for vel_kite=zero is undefined, so we cannot test it
end

@testset "test_find_steady_state" begin
Expand Down
2 changes: 1 addition & 1 deletion test/test_kps4.jl
Original file line number Diff line number Diff line change
Expand Up @@ -456,7 +456,7 @@ end
@test calc_elevation(kps4) 1.0471975512013534 # 60 degrees
@test calc_azimuth(kps4) 0
@test calc_heading(kps4) 0
@test calc_course(kps4) 0
calc_course(kps4) # the course for vel_kite = zero is undefined
end

@testset "test_find_steady_state" begin
Expand Down

0 comments on commit 3f2f0de

Please sign in to comment.