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 70f3d0c commit defaeb7Copy full SHA for defaeb7
test/components.jl
@@ -94,5 +94,5 @@ u0 = [
94
]
95
prob = ODEProblem(sys, u0, (0, 10.0))
96
sol = solve(prob, Rodas5())
97
-#using Plot
+#using Plots
98
#plot(sol)
0 commit comments