Skip to content

Commit 67dc817

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 3b13a69 commit 67dc817

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pymc/distributions/multivariate.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -338,6 +338,7 @@ def rv_op(cls, mean, tau, *, method: str = "cholesky", rng=None, size=None):
338338
method=method,
339339
)(rng, size, mean, tau)
340340

341+
341342
def _precision_mv_normal_logp(value, mean, tau):
342343
k = value.shape[-1].astype("floatX")
343344

@@ -348,6 +349,7 @@ def _precision_mv_normal_logp(value, mean, tau):
348349

349350
return logp, posdef
350351

352+
351353
@_logprob.register
352354
def precision_mv_normal_logp(op: PrecisionMvNormalRV, value, rng, size, mean, tau, **kwargs):
353355
[value] = value

0 commit comments

Comments
 (0)