Skip to content

Commit

Permalink
fix docstring build
Browse files Browse the repository at this point in the history
  • Loading branch information
amifalk committed Jan 23, 2024
1 parent b20829d commit 84bf11c
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions numpyro/infer/mcmc.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()
<numpyro.infer.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() <numpyro.infer.MCMC.run>` is called)
if `chain_method` = "vectorized".
"""
return False

Expand Down

0 comments on commit 84bf11c

Please sign in to comment.