We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6cea8ba commit 609156eCopy full SHA for 609156e
pymc_extras/model/marginal/distributions.py
@@ -9,8 +9,7 @@
9
from pymc.distributions import Bernoulli, Categorical, DiscreteUniform
10
from pymc.distributions.distribution import _support_point, support_point
11
from pymc.distributions.multivariate import _logdet_from_cholesky, nan_lower_cholesky
12
-from pymc.logprob import ValuedRV
13
-from pymc.logprob.abstract import MeasurableOp, _logprob
+from pymc.logprob.abstract import MeasurableOp, ValuedRV, _logprob
14
from pymc.logprob.basic import conditional_logp, logp
15
from pymc.pytensorf import constant_fold
16
from pytensor import Variable
0 commit comments