Skip to content

Commit b8d4816

Browse files
committed
update warning
1 parent d20b4cc commit b8d4816

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pymc3/variational/inference.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -539,7 +539,7 @@ def __init__(self, approx=None, estimator=KSD, kernel=test_functions.rbf, **kwar
539539
'for significant `n_obj_mc`. Temperature > 1 gives more exploration '
540540
'power to algorithm, < 1 leads to undesirable results. Please take '
541541
'it in account when looking at inference result. Posterior variance '
542-
'is often **underestimated** when using temperature = 1.', stacklevel=1)
542+
'is often **underestimated** when using temperature = 1.')
543543
if approx is None:
544544
approx = FullRank(
545545
model=kwargs.pop('model', None),

0 commit comments

Comments
 (0)