Skip to content

Commit dea6b10

Browse files
committed
Adjust test
1 parent 4159e1d commit dea6b10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_dss.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ ssysd = dss(A, E, B, C, D, Ts = -1)
195195
@test ssys == transpose(transpose(ssys))
196196
@test iszero(ssys -gdual(gdual(ssys,rev=true)))
197197
@test iszero(ssys - adjoint(adjoint(ssys)))
198-
@test iszero(ssysd - adjoint(adjoint(ssysd)))
198+
@test iszero(ssysd - adjoint(adjoint(ssysd)),atol=1.e-10)
199199
@test iszero(ssysd - dsxvarsel(ssysd,[2,1]))
200200

201201

0 commit comments

Comments
 (0)