Skip to content

Commit 32de1a4

Browse files
committed
Reintroduce accidentally removed n_samples from binomial test
1 parent 99b119a commit 32de1a4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pymc3/tests/test_distributions.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1376,6 +1376,7 @@ def test_binomial(self):
13761376
Binomial,
13771377
Nat,
13781378
{"n": NatSmall, "p": Unit},
1379+
n_samples=10,
13791380
)
13801381

13811382
# Too lazy to propagate decimal parameter through the whole chain of deps

0 commit comments

Comments
 (0)