We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9fb94de commit 0527593Copy full SHA for 0527593
test/downstream/test_disturbance_model.jl
@@ -57,7 +57,7 @@ end
57
ssys = structural_simplify(model)
58
prob = ODEProblem(ssys, [], (0.0, 10.0))
59
sol = solve(prob, Tsit5())
60
-plot(sol)
+# plot(sol)
61
62
##
63
using ControlSystemsBase
0 commit comments