Skip to content

Commit

Permalink
typo fix in broken tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mohamed82008 committed Sep 22, 2019
1 parent 6af0d5e commit ff8ef1a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -206,8 +206,8 @@ end
DistSpec(:((n1, n2)->MatrixBeta(dim, n1, n2)), (dim, dim), beta_mat),
]
broken_matrix_cont_dists = [
DistSpec(:Wishart, (1.0, cov_mat), cov_mat),
DistSpec(:InverseWishart, (1.0, cov_mat), cov_mat),
DistSpec(:Wishart, (dim, cov_mat), cov_mat),
DistSpec(:InverseWishart, (dim, cov_mat), cov_mat),
DistSpec(:MatrixNormal, (cov_mat, cov_mat, cov_mat), cov_mat),
DistSpec(:(()->MatrixNormal(dim, dim)), (), cov_mat),
DistSpec(:MatrixTDist, (1.0, cov_mat, cov_mat, cov_mat), cov_mat),
Expand Down

0 comments on commit ff8ef1a

Please sign in to comment.