Skip to content

Commit

Permalink
Try to fix failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
ufechner7 committed Dec 6, 2023
1 parent b1913ed commit d1da65b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/test_kps4.jl
Original file line number Diff line number Diff line change
Expand Up @@ -515,9 +515,9 @@ end
av_steps = simulate(integrator, STEPS-100)
println(av_steps) #1102
expected_steps = 300
if Sys.isapple()
expected_steps = 1000
end
# if Sys.isapple()
# expected_steps = 1000
# end
@test isapprox(av_steps, expected_steps, rtol=0.6)
lift, drag = KiteModels.lift_drag(kps4)
println(lift, " ", drag) # 703.7699568972286 161.44746368100536
Expand Down

0 comments on commit d1da65b

Please sign in to comment.