Skip to content

Commit d53154a

Browse files
committed
Remove typo from old Poisson test
1 parent 8b9ae6e commit d53154a

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

pymc/tests/test_util.py

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -179,14 +179,6 @@ def test_find_constrained_prior(distribution, lower, upper, init_guess, fixed_pa
179179
assert np.abs(mass_in_interval - mass) <= 1e-5
180180

181181

182-
# test Poisson separately -- hard to optimize precisely when float32
183-
@pytest.mark.parametrize(
184-
"lower, upper, init_guess",
185-
[
186-
(1, 15, {"mu": 10}),
187-
(19, 41, {"mu": 30}),
188-
],
189-
)
190182
@pytest.mark.parametrize(
191183
"distribution, lower, upper, init_guess, fixed_params",
192184
[

0 commit comments

Comments
 (0)