Skip to content

Commit

Permalink
simplify
Browse files Browse the repository at this point in the history
  • Loading branch information
ferrine committed Jun 22, 2023
1 parent afad405 commit 7ee2191
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/distributions/test_multivariate.py
Original file line number Diff line number Diff line change
Expand Up @@ -1720,7 +1720,7 @@ def test_dirichlet_float32(self):
with pm.Model() as model:
c = pm.floatX([1, 1, 1])
pm.Dirichlet("a", c)
model.point_logps()
model.logp()


class TestMultinomial(BaseTestDistributionRandom):
Expand Down

0 comments on commit 7ee2191

Please sign in to comment.