Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Uwe Fechner committed Sep 5, 2024
1 parent 7088dd2 commit ee8fbd0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion test/test_winchcontroller.jl
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,9 @@ using Timers; tic()
# Test the speed controller in combination with the controller for the lower and upper force.
# Input: A varying wind speed. Implements the simulink block diagram, shown in
# docs/force_speed_controller_test2.png
using KiteControllers, ControlPlots, BenchmarkTools
using KiteControllers, KiteUtils, ControlPlots, BenchmarkTools

set = deepcopy(load_settings("system.yaml"))
wcs = WCSettings()
wcs.test = true
wcs.f_low = 350
Expand Down
2 changes: 1 addition & 1 deletion test/test_wrap2pi.jl
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ using KiteControllers, ControlPlots
x = -4π:0.1:4π
y = wrap2pi.(x)

plot(x, y, ylabel="wrap2pi")
plot(x, y; ylabel="wrap2pi")

0 comments on commit ee8fbd0

Please sign in to comment.