Skip to content

Commit 8b43e08

Browse files
committed
tweak tol
1 parent 6e64c52 commit 8b43e08

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

lib/ControlSystemsBase/test/test_analysis.jl

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -359,10 +359,10 @@ P = ssrand(2,3,2)
359359
C = ssrand(3,2,2)
360360

361361
gof = gangoffour(P,C)
362-
@test linfnorm(gof[1] - sensitivity(P,C))[1] < 1e-10
363-
@test linfnorm(gof[2] - G_PS(P,C))[1] < 1e-10
364-
@test linfnorm(gof[3] - G_CS(P,C))[1] < 1e-10
365-
@test linfnorm(gof[4] - comp_sensitivity(P,C))[1] < 1e-10
362+
@test linfnorm(gof[1] - sensitivity(P,C))[1] < 1e-9
363+
@test linfnorm(gof[2] - G_PS(P,C))[1] < 1e-9
364+
@test linfnorm(gof[3] - G_CS(P,C))[1] < 1e-9
365+
@test linfnorm(gof[4] - comp_sensitivity(P,C))[1] < 1e-9
366366
@test_nowarn gangoffourplot(P, C)
367367
@test_nowarn gangoffourplot([P, P], C)
368368
@test_nowarn gangoffourplot(P, [C, C])

0 commit comments

Comments
 (0)