Skip to content

Commit 0a22388

Browse files
authored
fix MvNormal error (#2464)
* fix MvNormal error (cherry picked from commit b763b08) * add import to MvNormal directly
1 parent 945fd71 commit 0a22388

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
@@ -10,7 +10,7 @@
1010
from scipy import stats, linalg
1111

1212
from theano.tensor.nlinalg import det, matrix_inverse, trace
13-
13+
import theano.tensor.slinalg
1414
import pymc3 as pm
1515

1616
from pymc3.math import tround

0 commit comments

Comments
 (0)