Skip to content

Commit ab39ab3

Browse files
committed
tweak test tolerance
1 parent 40b1489 commit ab39ab3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_matrix_comps.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ y[1] = 1
144144
yh = lsim(sysp, [u; y]).y
145145

146146
# The first h outputs are all zero
147-
@test maximum(abs, yh[1:h]) < 10eps()
147+
@test maximum(abs, yh[1:h]) < 1e-12
148148
@test abs(yh[h+1]) > eps()
149149

150150
##

0 commit comments

Comments
 (0)