Skip to content

Commit e6d76da

Browse files
fixing readme
1 parent a92e73a commit e6d76da

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ end
3636
#solve and take data
3737
prob = ODEProblem(lorenz, u0, tspan, p)
3838
data = solve(prob, ABM54(), dt = 0.02)
39+
#hacky workaround
40+
data = reduce(hcat, data.u)
3941

4042
shift = 300
4143
train_len = 5000

0 commit comments

Comments
 (0)