Skip to content

Commit f72f57a

Browse files
odunbarph-kev
andauthored
Update docs/src/calibrate.md
Co-authored-by: Kevin Phan <98072684+ph-kev@users.noreply.github.com>
1 parent fb911b1 commit f72f57a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/src/calibrate.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ One draw of our approach is that it does not require the forward map to be writt
2323

2424
Two helper functions from `CalibrateEmulateSample.Utilities` simplify passing the calibration results to the emulator.
2525

26-
**`get_training_points(ekp, n)`** collects the stored parameter ensembles and forward-model outputs into a [`PairedDataContainer`](https://github.com/CliMA/EnsembleKalmanProcesses.jl/blob/main/src/DataContainers.jl) ready for emulator training. The argument `n` can be an integer (uses iterations `1:n`) or an index vector. An optional keyword `g_final` accepts the forward-model outputs at the final, not-yet-stored parameter ensemble.
26+
**`get_training_points(ekp, n; g_final = nothing)`** collects the stored parameter ensembles and forward-model outputs into a [`PairedDataContainer`](https://github.com/CliMA/EnsembleKalmanProcesses.jl/blob/main/src/DataContainers.jl) ready for emulator training. The argument `n` can be an integer (which uses iterations `1:n`) or an index vector. An optional keyword `g_final` accepts the forward-model outputs at the final, not-yet-stored parameter ensemble.
2727

2828
```julia
2929
using CalibrateEmulateSample.Utilities

0 commit comments

Comments
 (0)