Skip to content

Commit 124418a

Browse files
committed
remove test for SteadyStateProblem
1 parent d79e1f8 commit 124418a

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

test/high_level_solve.jl

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,3 @@ prob2 = DiffEqBase.get_concrete_problem(prob, true)
4545
@test prob2.tspan == (0.0, 3.0)
4646
@test prob2.constant_lags == [1.0]
4747

48-
prob = SteadyStateProblem((u, p, t) -> u, [1.0, 2.0])
49-
prob2 = DiffEqBase.get_concrete_problem(prob, true; u0 = [2.0, 3.0])
50-
@test prob2.u0 == [2.0, 3.0]
51-
prob3 = DiffEqBase.get_concrete_problem(prob, true; u0 = [1.0, 3.0], p = 3.0)
52-
@test prob3.u0 == [1.0, 3.0]
53-
@test prob3.p == 3.0

0 commit comments

Comments
 (0)