Skip to content

Commit

Permalink
changed test values for discrete order logprob
Browse files Browse the repository at this point in the history
  • Loading branch information
Dhruvanshu-Joshi committed Oct 17, 2023
1 parent 3f2f160 commit 27a4348
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/logprob/test_order.py
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ def test_min_non_mul_elemwise_fails():

@pytest.mark.parametrize(
"mu, size, value, axis",
[(2, 3, 0.85, -1), (2, 3, 1, 0), (1, 2, 2, None), (0, 4, 0, 0)],
[(2, 3, 1, -1), (2, 3, 1, 0), (1, 2, 2, None), (0, 4, 0, 0)],
)
def test_max_discrete(mu, size, value, axis):
x = pm.Poisson.dist(name="x", mu=mu, size=(size))
Expand Down

0 comments on commit 27a4348

Please sign in to comment.