Skip to content

Commit

Permalink
fixing readme
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinuzziFrancesco committed Oct 16, 2024
1 parent a92e73a commit e6d76da
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ end
#solve and take data
prob = ODEProblem(lorenz, u0, tspan, p)
data = solve(prob, ABM54(), dt = 0.02)
#hacky workaround
data = reduce(hcat, data.u)

shift = 300
train_len = 5000
Expand Down

0 comments on commit e6d76da

Please sign in to comment.