Skip to content

Commit c22fa2b

Browse files
committed
rm plot
1 parent 915a541 commit c22fa2b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/test_discrete_blocks.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -483,7 +483,6 @@ end
483483
ssys = structural_simplify(IRSystem(m))
484484
prob = ODEProblem(ssys, [m.filter.y(z-1) => 0], (0.0, 10.0))
485485
sol = solve(prob, Tsit5(), dtmax=0.1)
486-
plot(sol, idxs=m.filter.y)
487486
@test sol(10, idxs=m.filter.y) 1 atol=0.001
488487
@test sol(0.999, idxs=m.filter.y) == 0
489488
@test sol(1.1, idxs=m.filter.y) > 0

0 commit comments

Comments
 (0)