Skip to content

Commit 9a67358

Browse files
Remove incorrect admonishment
1 parent 0a5559d commit 9a67358

1 file changed

Lines changed: 2 additions & 6 deletions

File tree

docs/src/examples/weighted_ensembles.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -94,11 +94,7 @@ ensemble_xs = temporal_cross_section(burn_dates, burn_obs, ensemble.outflow[burn
9494
plot(ihacres_xs, gr4j_xs, ensemble_xs; layout=(3, 1), size=(800, 1200))
9595
```
9696

97-
!!! note "Log scale"
98-
Note that the metrics shown here are in **log** scale (Median Error when comparing the log of results)
99-
100-
A reduction in the median error can be seen with extreme errors reduced somewhat (according to
101-
the 95% CI).
97+
A reduction in the median error can be seen with extreme errors reduced somewhat.
10298

10399
![](../assets/ensemble_xsection.png)
104100

@@ -108,7 +104,7 @@ form of bias correction.
108104
```julia
109105
q_star = Streamfall.apply_temporal_correction(ensemble, climate, Qo[:, "410730"])
110106

111-
bc_ensemble_qp = quickplot(burn_obs, q_star[burn_in:end], climate, "Bias Corrected Ensemble")
107+
bc_ensemble_qp = quickplot(burn_obs, q_star[burn_in:end], climate, "Bias Corrected Ensemble", true)
112108

113109
bias_corrected_xs = temporal_cross_section(
114110
burn_dates,

0 commit comments

Comments
 (0)