Skip to content

Commit

Permalink
one more test
Browse files Browse the repository at this point in the history
  • Loading branch information
ufechner7 committed Mar 10, 2024
1 parent b3b721e commit e7d69fa
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions test/test_kps4.jl
Original file line number Diff line number Diff line change
Expand Up @@ -529,6 +529,13 @@ end
# TODO Add testcase with varying reelout speed
end

@testset "Raptures" begin
kps4_ = KPS4(KCU(se()))
integrator = KiteModels.init_sim!(kps4_; stiffness_factor=0.035, prn=false)
kps4_.stiffness_factor = 2
@test maximum(spring_forces(kps4_)) > 20000
end

# TODO Add test for winch_force
@testset "test_copy_examples" begin
cd(tempdir())
Expand Down

0 comments on commit e7d69fa

Please sign in to comment.