Skip to content

Commit 3b4da05

Browse files
authored
doc: add nuts_kwargs to sample_numpyro_nuts docstring (#5764)
The `nuts_kwargs` argument is currently missing from the docstring of `sample_numpyro_nuts`. This just adds a simple statement to indicate that the keyword arguments are passed to `numpyro.infer.NUTS()`.
1 parent ab593b1 commit 3b4da05

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pymc/sampling_jax.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -435,6 +435,8 @@ def sample_numpyro_nuts(
435435
Keyword arguments for :func:`arviz.from_dict`. It also accepts a boolean as value
436436
for the ``log_likelihood`` key to indicate that the pointwise log likelihood should
437437
not be included in the returned object.
438+
nuts_kwargs: dict, optional
439+
Keyword arguments for :func:`numpyro.infer.NUTS`.
438440
439441
Returns
440442
-------

0 commit comments

Comments
 (0)