Skip to content

Commit 9db658f

Browse files
committed
reword warning
1 parent 65eed0e commit 9db658f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pymc3/backends/arviz.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ def __init__(
143143
warnings.warn(
144144
"Warmup samples will be stored in posterior group and will not be"
145145
" excluded from stats and diagnostics."
146-
" Please consider using PyMC3>=3.9 and do not slice the trace manually.",
146+
" Do not slice the trace manually before conversion",
147147
UserWarning,
148148
)
149149
self.ntune = len(self.trace) - self.ndraws

0 commit comments

Comments
 (0)