Skip to content

Commit ff8ef1a

Browse files
committed
typo fix in broken tests
1 parent 6af0d5e commit ff8ef1a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/runtests.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -206,8 +206,8 @@ end
206206
DistSpec(:((n1, n2)->MatrixBeta(dim, n1, n2)), (dim, dim), beta_mat),
207207
]
208208
broken_matrix_cont_dists = [
209-
DistSpec(:Wishart, (1.0, cov_mat), cov_mat),
210-
DistSpec(:InverseWishart, (1.0, cov_mat), cov_mat),
209+
DistSpec(:Wishart, (dim, cov_mat), cov_mat),
210+
DistSpec(:InverseWishart, (dim, cov_mat), cov_mat),
211211
DistSpec(:MatrixNormal, (cov_mat, cov_mat, cov_mat), cov_mat),
212212
DistSpec(:(()->MatrixNormal(dim, dim)), (), cov_mat),
213213
DistSpec(:MatrixTDist, (1.0, cov_mat, cov_mat, cov_mat), cov_mat),

0 commit comments

Comments
 (0)