Skip to content

Commit 50cf61d

Browse files
Merge pull request #1231 from SciML/ChrisRackauckas-patch-3
Update chaotic_ode.md
2 parents 762f2e9 + 38e130b commit 50cf61d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/tutorials/chaotic_ode.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ can be seen, for instance, when solving the [Lorenz system](https://en.wikipedia
2424
using OrdinaryDiffEq, SciMLSensitivity, Zygote, Plots
2525
2626
using Random
27-
Random.seed!(1201232)
27+
Random.seed!(1201242)
2828
2929
function lorenz!(du, u, p, t)
3030
du[1] = 10 * (u[2] - u[1])

0 commit comments

Comments
 (0)