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
MvNormal(d::Int, σ::Real)
When running tests locally, I get the following warning:
Starting tests for TOMLInterface ┌ Warning: `MvNormal(d::Int, σ::Real)` is deprecated, use `MvNormal(LinearAlgebra.Diagonal(FillArrays.Fill(σ ^ 2, d)))` instead. │ caller = ip:0x0 └ @ Core :-1 Completed tests for TOMLInterface, 4 seconds elapsed
I'm not quite sure where this warning is coming from. The log suggests in the tests for TOMLInterface, but I can't seem to find the offending line.
TOMLInterface
The text was updated successfully, but these errors were encountered:
I think it is here in the test parameter example. https://github.com/CliMA/EnsembleKalmanProcesses.jl/blob/79057eb73957b7a7a072ecfb8f6cb98a81ab5a17/test/TOMLInterface/toml/uq_test_parameters.toml#L12C1-L15
I think we will soon be doing a refresh of this interface and so will hopefully clear this issue at that time.
Sorry, something went wrong.
No branches or pull requests
When running tests locally, I get the following warning:
I'm not quite sure where this warning is coming from. The log suggests in the tests for
TOMLInterface
, but I can't seem to find the offending line.The text was updated successfully, but these errors were encountered: