Skip to content

Commit ae26c3b

Browse files
don't plot in tests
1 parent c3b9dc7 commit ae26c3b

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

test/runtests.jl

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,3 @@ algs = [MATLABDiffEq.ode23
2222
for alg in algs
2323
sol = solve(prob,alg())
2424
end
25-
26-
using Plots
27-
plot(sol)

0 commit comments

Comments
 (0)