Skip to content

Commit

Permalink
update Poisson pdf test
Browse files Browse the repository at this point in the history
  • Loading branch information
felixzinn committed Aug 13, 2024
1 parent 521b315 commit 5a2bd1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_pdf.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ def test_Normal():
def test_Poisson():
pdf = Poisson(lamb=jnp.array(10))

assert pdf.log_prob(jnp.array(5.0)) == pytest.approx(-1.196003)
assert pdf.log_prob(jnp.array(5.0)) == pytest.approx(-1.5342636)

0 comments on commit 5a2bd1c

Please sign in to comment.