Skip to content

Commit 8a82a2f

Browse files
Reorder imports
1 parent 63d38c2 commit 8a82a2f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/src/examples/ensembles/weighted_ensembles.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ as the ensemble constituents. The default ensemble is a normalized weighted sum.
66
The usual setup process is shown here, detailed in previous sections of this guide.
77

88
```julia
9-
using StatsPlots
10-
using CSV, DataFrames
119
using Statistics
10+
using CSV, DataFrames
11+
using StatsPlots
1212
using Streamfall
1313

1414
data_dir = joinpath(

0 commit comments

Comments
 (0)