Skip to content

Commit

Permalink
fix test_mixer2.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
ufechner7 committed Mar 16, 2024
1 parent 985f5c3 commit a72dba6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/test_mixer2.jl
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
using KiteControllers, Plots

m2 = Mixer_2CH(1.0)
PERIOD_TIME = 0.05

m2 = KiteControllers.Mixer_2CH(PERIOD_TIME, 1.0)
x = ones(10)
y = 2*x
out = zeros(10)
Expand Down

0 comments on commit a72dba6

Please sign in to comment.