Skip to content

Commit 38e130b

Browse files
Update chaotic_ode.md
1 parent 9a21814 commit 38e130b

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)