Skip to content

Commit 404790b

Browse files
authored
activate pid design tests (#429)
* activate pid design tests * rm .jl extension
1 parent 115df87 commit 404790b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

test/runtests.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ my_tests = [
2626
"test_matrix_comps",
2727
"test_lqg",
2828
"test_synthesis",
29+
"test_pid_design",
2930
"test_partitioned_statespace",
3031
"test_delayed_systems",
3132
"test_demo_systems",

test/test_pid_design.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
@testset "test_pid_design" begin
2-
@test stabregionPID("exp(-sqrt(s))", exp10.(range(-3, stop=3, length=50)), kd=1)[2][1] -1.022356911142034
2+
@test stabregionPID(s->exp(-sqrt(s)), exp10.(range(-3, stop=3, length=50)), kd=1)[2][1] -1.022356911142034
33

44
P = tf(1,[1,1])^4
55
gangoffourplot(P,tf(1))

0 commit comments

Comments
 (0)