From e1340f02b5604cedf02df93b9ae202f3679d9818 Mon Sep 17 00:00:00 2001 From: Jishnu Bhattacharya Date: Mon, 26 Aug 2024 23:51:43 +0530 Subject: [PATCH] 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 --------- Co-authored-by: David Widmann --- test/multivariate/mvlognormal.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/multivariate/mvlognormal.jl b/test/multivariate/mvlognormal.jl index 89f923b889..7ef76bef2d 100644 --- a/test/multivariate/mvlognormal.jl +++ b/test/multivariate/mvlognormal.jl @@ -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 FillArrays.AbstractFill{Float64,1} else @test md isa Vector{Float64} end