Skip to content

Commit 37e0f5b

Browse files
authored
import from right package (#1047)
1 parent 2e3a591 commit 37e0f5b

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

test/test_delay_timeresp.jl

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
import DelayDiffEq: MethodOfSteps, Tsit5
1+
import DelayDiffEq: MethodOfSteps
2+
import OrdinaryDiffEq: Tsit5
23
using SparseArrays
34

45
s = tf('s')
@@ -131,4 +132,4 @@ s = tf("s")
131132
P = 1 / (0.85*s + 1)*exp(-0.14*s)
132133
res = step(P, 5)
133134
@test res.t[end] > 4.5
134-
@test length(res.y) > 30
135+
@test length(res.y) > 30

0 commit comments

Comments
 (0)