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 a92e73a commit e6d76daCopy full SHA for e6d76da
README.md
@@ -36,6 +36,8 @@ end
36
#solve and take data
37
prob = ODEProblem(lorenz, u0, tspan, p)
38
data = solve(prob, ABM54(), dt = 0.02)
39
+#hacky workaround
40
+data = reduce(hcat, data.u)
41
42
shift = 300
43
train_len = 5000
0 commit comments