Skip to content

Commit 92faf85

Browse files
committed
tweak tol
1 parent 801c888 commit 92faf85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/ControlSystemsBase/test/test_rootlocus.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ P, Q = numpoly(tf2)[], denpoly(tf2)[]
99
for (k, rs, rs2) = zip(eachrow(K), eachrow(rts), eachrow(rts2))
1010
# test that entries are solutions
1111
for r in rs
12-
@test isapprox((k[1]*P+Q)(r), 0, atol=1e-12)
12+
@test isapprox((k[1]*P+Q)(r), 0, atol=1e-10)
1313
end
1414
@test isapprox(rs, rs2)
1515
end

0 commit comments

Comments
 (0)