We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a144c43 commit 9c163ddCopy full SHA for 9c163dd
pymc/sampling/mcmc.py
@@ -534,7 +534,7 @@ def sample(
534
Whether to compute sampler statistics like Gelman-Rubin and ``effective_n``.
535
keep_warning_stat : bool
536
If ``True`` the "warning" stat emitted by, for example, HMC samplers will be kept
537
- in the returned ``idata.sample_stat`` group.
+ in the returned ``idata.sample_stats`` group.
538
This leads to the ``idata`` not supporting ``.to_netcdf()`` or ``.to_zarr()`` and
539
should only be set to ``True`` if you intend to use the "warning" objects right away.
540
Defaults to ``False`` such that ``pm.drop_warning_stat`` is applied automatically,
0 commit comments