Skip to content

Commit

Permalink
Merge pull request #225 from SciML/fm/readme
Browse files Browse the repository at this point in the history
fixing readme
  • Loading branch information
MartinuzziFrancesco authored Oct 16, 2024
2 parents a92e73a + 477693c commit 5aca752
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ function lorenz(du, u, p, t)
end
#solve and take data
prob = ODEProblem(lorenz, u0, tspan, p)
data = solve(prob, ABM54(), dt = 0.02)
data = Array(solve(prob, ABM54(), dt = 0.02))

shift = 300
train_len = 5000
Expand Down

0 comments on commit 5aca752

Please sign in to comment.