Skip to content

Commit ffcfb31

Browse files
authored
Update test_delay_timeresp.jl
1 parent 70dee61 commit ffcfb31

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/test_delay_timeresp.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ y, t, x = step(sys, t)
112112
y_sol = [zeros(200);0:0.01:2]'
113113

114114
@test maximum(abs,y-y_sol) < 1e-13
115-
@test maximum(abs,x-collect(0:0.01:4)') < 1e-15
115+
@test maximum(abs,x-collect(0:0.01:4)') < 1e-13
116116

117117
# TODO For some reason really bad accuracy here
118118
# Looks like a lag in time

0 commit comments

Comments
 (0)