We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
We still have many floating ekp. and uki. notations rather than proper get methods. E.g. https://github.com/CliMA/EnsembleKalmanProcesses.jl/blob/fb45f75fa510691ded6f094a41bb85b4f408253d/src/EnsembleKalmanInversion.jl#L125C48-L125C59 We are working on this but here is a list of some yet to be done:
ekp.
uki.
Replacing ekp. with get_...(ekp).
get_...(ekp)
The content you are editing has changed. Please copy your edits and refresh the page.
\Delta t
\Delta t [end]
rng
obs_mean
obs_noise_cov
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Issue
We still have many floating
ekp.
anduki.
notations rather than proper get methods.E.g.
https://github.com/CliMA/EnsembleKalmanProcesses.jl/blob/fb45f75fa510691ded6f094a41bb85b4f408253d/src/EnsembleKalmanInversion.jl#L125C48-L125C59
We are working on this but here is a list of some yet to be done:
Solution
Replacing
ekp.
withget_...(ekp)
.Where
Tasks
The text was updated successfully, but these errors were encountered: