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 6833677 commit 4223b6eCopy full SHA for 4223b6e
pymc/distributions/continuous.py
@@ -25,9 +25,9 @@
25
import numpy as np
26
27
from aeppl.logprob import _logprob, logcdf
28
-from aesara.assert_op import Assert
29
from aesara.graph.basic import Apply, Variable
30
from aesara.graph.op import Op
+from aesara.raise_op import Assert
31
from aesara.tensor import gammaln
32
from aesara.tensor.extra_ops import broadcast_shape
33
from aesara.tensor.math import tanh
0 commit comments