Skip to content

Commit 6631265

Browse files
gBokiaujunpenglao
authored andcommitted
Fix #3100 (#3102)
1 parent 06e31c2 commit 6631265

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
@@ -327,7 +327,7 @@ class MvStudentT(_QuadFormBase):
327327
"""
328328

329329
def __init__(self, nu, Sigma=None, mu=None, cov=None, tau=None, chol=None,
330-
lower=None, *args, **kwargs):
330+
lower=True, *args, **kwargs):
331331
if Sigma is not None:
332332
if cov is not None:
333333
raise ValueError('Specify only one of cov and Sigma')

0 commit comments

Comments
 (0)