Skip to content

Commit 999be1e

Browse files
committed
Imported ZeroInflatedBinomial in test_distributions
1 parent 4fd07b8 commit 999be1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pymc3/tests/test_distributions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
NegativeBinomial, Geometric, Exponential, ExGaussian, Normal,
1515
Flat, LKJCorr, Wald, ChiSquared, HalfNormal, DiscreteUniform,
1616
Bound, Uniform, Triangular, Binomial, SkewNormal, DiscreteWeibull, Gumbel,
17-
Interpolated)
17+
Interpolated, ZeroInflatedBinomial)
1818
from ..distributions import continuous
1919
from pymc3.theanof import floatX
2020
from numpy import array, inf, log, exp

0 commit comments

Comments
 (0)