Skip to content

Commit b0a5853

Browse files
zoj613ricardoV94
andcommitted
import abs function from the module top level
Co-authored-by: Ricardo Vieira <[email protected]>
1 parent 525bfe6 commit b0a5853

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pymc3/distributions/multivariate.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2195,4 +2195,4 @@ def logp(value, A, tau):
21952195
+ 0.5 * at.log(d).sum()
21962196
- 0.5 * tau * at.dot(value, at.dot(W, value))
21972197
)
2198-
return bound(out, at.math.abs_(at.sum(value)) < 1e-06)
2198+
return bound(out, at.abs(at.sum(value)) < 1e-06)

0 commit comments

Comments
 (0)