Skip to content

Commit ec40ec8

Browse files
committed
Import distributions from same module in test_distributions_moments.py
1 parent 1074dfa commit ec40ec8

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

pymc/tests/test_distributions_moments.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,26 +3,31 @@
33

44
from scipy import special
55

6-
from pymc import Bernoulli, Flat, HalfFlat, Normal, TruncatedNormal, Uniform
76
from pymc.distributions import (
7+
Bernoulli,
88
Beta,
99
Binomial,
1010
Cauchy,
1111
ChiSquared,
1212
Constant,
1313
Exponential,
14+
Flat,
1415
Gamma,
1516
Geometric,
1617
HalfCauchy,
18+
HalfFlat,
1719
HalfNormal,
1820
HalfStudentT,
1921
Kumaraswamy,
2022
Laplace,
2123
Logistic,
2224
LogNormal,
2325
NegativeBinomial,
26+
Normal,
2427
Poisson,
2528
StudentT,
29+
TruncatedNormal,
30+
Uniform,
2631
Weibull,
2732
ZeroInflatedBinomial,
2833
ZeroInflatedPoisson,

0 commit comments

Comments
 (0)