Skip to content

Commit 0527593

Browse files
committed
rm plot
1 parent 9fb94de commit 0527593

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/downstream/test_disturbance_model.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ end
5757
ssys = structural_simplify(model)
5858
prob = ODEProblem(ssys, [], (0.0, 10.0))
5959
sol = solve(prob, Tsit5())
60-
plot(sol)
60+
# plot(sol)
6161

6262
##
6363
using ControlSystemsBase

0 commit comments

Comments
 (0)