Skip to content

Commit e1340f0

Browse files
jishnubdevmotion
andauthored
Relax Fill return type in mvlognormal tests (#1890)
* Relax Fill return type in mvlognormal tests * Use AbstractFill instead of Union Co-authored-by: David Widmann <[email protected]> --------- Co-authored-by: David Widmann <[email protected]>
1 parent aad76a3 commit e1340f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/multivariate/mvlognormal.jl

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ function test_mvlognormal(g::MvLogNormal, n_tsamples::Int=10^6,
1919
@test partype(g) == Float64
2020
@test isa(mn, Vector{Float64})
2121
if g.normal.μ isa Zeros{Float64,1}
22-
@test md isa Fill{Float64,1}
22+
@test md isa FillArrays.AbstractFill{Float64,1}
2323
else
2424
@test md isa Vector{Float64}
2525
end

0 commit comments

Comments
 (0)