Skip to content

Commit 9fddde6

Browse files
changed test values for discrete order logprob
1 parent ba726dc commit 9fddde6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/logprob/test_order.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ def test_min_non_mul_elemwise_fails():
235235

236236
@pytest.mark.parametrize(
237237
"mu, size, value, axis",
238-
[(2, 3, 0.85, -1), (2, 3, 1, 0), (1, 2, 2, None), (0, 4, 0, 0)],
238+
[(2, 3, 1, -1), (2, 3, 1, 0), (1, 2, 2, None), (0, 4, 0, 0)],
239239
)
240240
def test_max_discrete(mu, size, value, axis):
241241
x = pm.Poisson.dist(name="x", mu=mu, size=(size))

0 commit comments

Comments
 (0)