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
MvNormal(d::Int, σ::Real) is deprecated, use MvNormal(LinearAlgebra.Diagonal(FillArrays.Fill(σ ^ 2, d))) instead.
MvNormal(d::Int, σ::Real)
MvNormal(LinearAlgebra.Diagonal(FillArrays.Fill(σ ^ 2, d)))
I am seeing this depreciation warning. If there is a performance problem due to depreciation as raised in #269 then this is a likely culprit.
The text was updated successfully, but these errors were encountered:
FillArrays.Fill
Successfully merging a pull request may close this issue.
I am seeing this depreciation warning. If there is a performance problem due to depreciation as raised in #269 then this is a likely culprit.
The text was updated successfully, but these errors were encountered: