Skip to content

Commit 9170059

Browse files
authored
update the test (#541)
1 parent 248d501 commit 9170059

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/models/mixtures/gamma_mixture_tests.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
@testitem "Gamma mixture model" begin
22
using Distributions
3-
using BenchmarkTools, LinearAlgebra, StableRNGs, Plots
3+
using BenchmarkTools, LinearAlgebra, StableRNGs, Plots, BayesBase
44

55
include(joinpath(@__DIR__, "..", "..", "utiltests.jl"))
66

77
@model function gamma_mixture_model(y, nmixtures, priors_as, priors_bs, prior_s)
88

99
# set prior on global selection variable
10-
s ~ Dirichlet(probvec(prior_s))
10+
s ~ prior_s
1111

1212
# allocate vectors of random variables
1313
local as

0 commit comments

Comments
 (0)