Skip to content

Commit 9c163dd

Browse files
treszkaitwiecki
authored andcommitted
update pymc.sample docstring
Fix typo in idata.sample_stats
1 parent a144c43 commit 9c163dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pymc/sampling/mcmc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -534,7 +534,7 @@ def sample(
534534
Whether to compute sampler statistics like Gelman-Rubin and ``effective_n``.
535535
keep_warning_stat : bool
536536
If ``True`` the "warning" stat emitted by, for example, HMC samplers will be kept
537-
in the returned ``idata.sample_stat`` group.
537+
in the returned ``idata.sample_stats`` group.
538538
This leads to the ``idata`` not supporting ``.to_netcdf()`` or ``.to_zarr()`` and
539539
should only be set to ``True`` if you intend to use the "warning" objects right away.
540540
Defaults to ``False`` such that ``pm.drop_warning_stat`` is applied automatically,

0 commit comments

Comments
 (0)