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.
2 parents a92e73a + 477693c commit 5aca752Copy full SHA for 5aca752
README.md
@@ -35,7 +35,7 @@ function lorenz(du, u, p, t)
35
end
36
#solve and take data
37
prob = ODEProblem(lorenz, u0, tspan, p)
38
-data = solve(prob, ABM54(), dt = 0.02)
+data = Array(solve(prob, ABM54(), dt = 0.02))
39
40
shift = 300
41
train_len = 5000
0 commit comments