Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion test/multivariate/mvlognormal.jl
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ function test_mvlognormal(g::MvLogNormal, n_tsamples::Int=10^6,
@test partype(g) == Float64
@test isa(mn, Vector{Float64})
if g.normal.μ isa Zeros{Float64,1}
@test md isa Fill{Float64,1}
@test md isa Union{Fill{Float64,1}, Ones{Float64,1}}
else
@test md isa Vector{Float64}
end
Expand Down