Skip to content
This repository was archived by the owner on Mar 19, 2021. It is now read-only.

Commit a3bae1d

Browse files
ahartikainenriddell-stan
authored andcommitted
Increase verbosity for plotting (arviz)
1 parent 31c03f3 commit a3bae1d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pystan/plots.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ def traceplot(fit, pars, dtypes, **kwargs):
1414
# FIXME: write a to_pymc(_trace) function
1515
# Deprecation warning added in PyStan 2.18
1616
logger.warning("Deprecation warning."\
17-
" In future, use ArviZ library (`pip install arviz`)")
17+
" PyStan plotting deprecated, use ArviZ library (Python 3.5+)."\
18+
" `pip install arviz`; `arviz.plot_trace(fit)`)")
1819
try:
1920
from pystan.external.pymc import plots
2021
except ImportError:

0 commit comments

Comments
 (0)