Skip to content

Commit db64570

Browse files
Update solution_interface.jl
1 parent c85becf commit db64570

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

test/downstream/solution_interface.jl

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,7 @@ using Plots: Plots, plot
2828
@test_throws Exception sol[a]
2929
@test_throws Exception sol[population_model.a]
3030
@test_throws Exception sol[:a]
31-
end
3231

33-
@testset "plot ODE solution" begin
3432
Plots.unicodeplots()
3533
f = ODEFunction((u, p, t) -> -u, analytic = (u0, p, t) -> u0 * exp(-t))
3634

@@ -51,9 +49,7 @@ end
5149
sol = solve(ode, Tsit5())
5250
@test_nowarn plot(sol)
5351
@test_nowarn plot(sol; plot_analytic = true)
54-
end
5552

56-
@testset "Symbolic Indexing" begin
5753
# Tests on SDEProblem
5854
noiseeqs = [0.1 * s1,
5955
0.1 * s2]

0 commit comments

Comments
 (0)