Skip to content

Commit 4223b6e

Browse files
larryshamalamaricardoV94
authored andcommitted
replace assert_op by raise_op
1 parent 6833677 commit 4223b6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pymc/distributions/continuous.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@
2525
import numpy as np
2626

2727
from aeppl.logprob import _logprob, logcdf
28-
from aesara.assert_op import Assert
2928
from aesara.graph.basic import Apply, Variable
3029
from aesara.graph.op import Op
30+
from aesara.raise_op import Assert
3131
from aesara.tensor import gammaln
3232
from aesara.tensor.extra_ops import broadcast_shape
3333
from aesara.tensor.math import tanh

0 commit comments

Comments
 (0)