Skip to content

Commit 44171b4

Browse files
Update Ensembles.md
1 parent 5c81e86 commit 44171b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/interfaces/Ensembles.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -447,7 +447,7 @@ compatible with adaptive timestepping. Using adaptivity is usually more efficien
447447
We can compute the mean and the variance at the 3rd timestep using:
448448

449449
```@example ensemble4
450-
using DifferentialEquations.EnsembleAnalysis
450+
using SciMLBase.EnsembleAnalysis
451451
m, v = timestep_meanvar(sim, 3)
452452
```
453453

0 commit comments

Comments
 (0)