Skip to content

Commit 594e354

Browse files
authored
Update pymc_experimental/tests/distributions/test_discrete.py
1 parent 883242d commit 594e354

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pymc_experimental/tests/distributions/test_discrete.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,7 @@ class TestSkellam:
199199
def test_logp(self):
200200
# Scipy Skellam underflows to -inf earlier than PyMC
201201
Rplus_small = Domain([0, 0.01, 0.1, 0.9, 0.99, 1, 1.5, 2, 10, np.inf])
202+
# Suppress warnings coming from Scipy logpmf implementation
202203
with np.errstate(divide="ignore", invalid="ignore"):
203204
check_logp(
204205
Skellam,

0 commit comments

Comments
 (0)