From 84bf11c7b0e9be8dac2f22e083402e282473eca0 Mon Sep 17 00:00:00 2001 From: Ami Falk Date: Tue, 23 Jan 2024 12:15:51 -0500 Subject: [PATCH] fix docstring build --- numpyro/infer/mcmc.py | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/numpyro/infer/mcmc.py b/numpyro/infer/mcmc.py index faae7a16e..8ffd38871 100644 --- a/numpyro/infer/mcmc.py +++ b/numpyro/infer/mcmc.py @@ -142,9 +142,10 @@ def default_fields(self): @property def is_ensemble_kernel(self): """ - Denotes whether the kernel is an ensemble kernel. If True, `get_diagnostics_str()` - will be displayed during the MCMC run (when :meth:`MCMC.run() - ` is called) if `chain_method`='vectorized' + Denotes whether the kernel is an ensemble kernel. If True, + diagnostics_str will be displayed during the MCMC run + (when :meth:`MCMC.run() ` is called) + if `chain_method` = "vectorized". """ return False