Skip to content

Commit daec89c

Browse files
ddrouspatrick-kidger
authored andcommitted
Update getting-started.md
Simple docs typo fix on the SDEs integration interval.
1 parent 0cb19e9 commit daec89c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/usage/getting-started.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ over the interval $[0, 3]$.
7272
import jax.random as jr
7373
from diffrax import diffeqsolve, ControlTerm, Euler, MultiTerm, ODETerm, SaveAt, VirtualBrownianTree
7474

75-
t0, t1 = 1, 3
75+
t0, t1 = 0, 3
7676
drift = lambda t, y, args: -y
7777
diffusion = lambda t, y, args: 0.1 * t
7878
brownian_motion = VirtualBrownianTree(t0, t1, tol=1e-3, shape=(), key=jr.PRNGKey(0))

0 commit comments

Comments
 (0)