Skip to content

Commit 47d8447

Browse files
committed
test Dirichlet
1 parent 4891647 commit 47d8447

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/distributions.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,6 +215,7 @@ separator()
215215
DistSpec(:MvLogNormal, (cov_vec,), norm_val_mat),
216216
DistSpec(:MvLogNormal, (Diagonal(cov_vec),), norm_val_mat),
217217
DistSpec(:(cov_num -> MvLogNormal(dim, cov_num)), (cov_num,), norm_val_mat),
218+
DistSpec(:Dirichlet, (alpha,), dir_val),
218219
]
219220

220221
broken_mult_cont_dists = [
@@ -231,7 +232,6 @@ separator()
231232
DistSpec(:MvNormalCanon, (cov_mat,), norm_val_mat),
232233
DistSpec(:MvNormalCanon, (cov_vec,), norm_val_mat),
233234
DistSpec(:(cov_num -> MvNormalCanon(dim, cov_num)), (cov_num,), norm_val_mat),
234-
DistSpec(:Dirichlet, (alpha,), dir_val),
235235
# Test failure
236236
DistSpec(:MvNormal, (mean, cov_mat), norm_val_mat),
237237
DistSpec(:MvNormal, (cov_mat,), norm_val_mat),

0 commit comments

Comments
 (0)