We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 801c888 commit 92faf85Copy full SHA for 92faf85
lib/ControlSystemsBase/test/test_rootlocus.jl
@@ -9,7 +9,7 @@ P, Q = numpoly(tf2)[], denpoly(tf2)[]
9
for (k, rs, rs2) = zip(eachrow(K), eachrow(rts), eachrow(rts2))
10
# test that entries are solutions
11
for r in rs
12
- @test isapprox((k[1]*P+Q)(r), 0, atol=1e-12)
+ @test isapprox((k[1]*P+Q)(r), 0, atol=1e-10)
13
end
14
@test isapprox(rs, rs2)
15
0 commit comments