Skip to content

Commit

Permalink
Merge pull request #1 from tanishy7777/tanishy7777-patch-1
Browse files Browse the repository at this point in the history
Fix for issue pymc-devs#7563
  • Loading branch information
tanishy7777 authored Nov 13, 2024
2 parents cbc54e0 + 4b730b8 commit 33617c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pymc/distributions/multivariate.py
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ def quaddist_chol(value, mu, cov):

class MvNormal(Continuous):
r"""
Multivariate normal log-likelihood.
Multivariate normal distribution.
.. math::
Expand Down

0 comments on commit 33617c4

Please sign in to comment.