Skip to content

Commit 6f677c2

Browse files
Correcting typo in Dirichlet moment test
1 parent 7cd7093 commit 6f677c2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pymc/tests/test_distributions_moments.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -612,6 +612,8 @@ def test_hyper_geometric_moment(N, k, n, size, expected):
612612
def test_discrete_uniform_moment(lower, upper, size, expected):
613613
with Model() as model:
614614
DiscreteUniform("x", lower=lower, upper=upper, size=size)
615+
616+
@pytest.mark.parametrize(
615617
"a, size, expected",
616618
[
617619
(

0 commit comments

Comments
 (0)