Skip to content

Commit 5a6e24f

Browse files
Update neural_sde.md
1 parent e62821e commit 5a6e24f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/examples/neural_sde.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ First let's build training data from the same example as the neural ODE:
3333

3434
```@example nsde
3535
using Plots, Statistics
36-
using Lux, Optimization, OptimizationFlux, DiffEqFlux, StochasticDiffEq, DiffEqBase.EnsembleAnalysis, Random
36+
using Lux, Optimization, OptimizationFlux, DiffEqFlux, StochasticDiffEq, SciMLBase.EnsembleAnalysis, Random
3737
3838
rng = Random.default_rng()
3939
u0 = Float32[2.; 0.]

0 commit comments

Comments
 (0)