Skip to content
New issue

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) is deprecated #301

Open
haakon-e opened this issue Jun 20, 2023 · 1 comment
Open

MvNormal(d::Int, σ::Real) is deprecated #301

haakon-e opened this issue Jun 20, 2023 · 1 comment

Comments

@haakon-e
Copy link
Member

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.

@odunbar
Copy link
Collaborator

odunbar commented Aug 4, 2023

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants