Skip to content

Commit 7ee2191

Browse files
committed
simplify
1 parent afad405 commit 7ee2191

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/distributions/test_multivariate.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1720,7 +1720,7 @@ def test_dirichlet_float32(self):
17201720
with pm.Model() as model:
17211721
c = pm.floatX([1, 1, 1])
17221722
pm.Dirichlet("a", c)
1723-
model.point_logps()
1723+
model.logp()
17241724

17251725

17261726
class TestMultinomial(BaseTestDistributionRandom):

0 commit comments

Comments
 (0)