Skip to content

Commit

Permalink
Removed **kwargs from sample_numpyro_nuts and sample_blackjax_nuts (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
fonnesbeck authored Jun 10, 2023
1 parent 864ecb3 commit 765fdef
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pymc/sampling/jax.py
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,6 @@ def sample_blackjax_nuts(
postprocessing_backend: Optional[str] = None,
postprocessing_chunks: Optional[int] = None,
idata_kwargs: Optional[Dict[str, Any]] = None,
**kwargs,
) -> az.InferenceData:
"""
Draw samples from the posterior using the NUTS method from the ``blackjax`` library.
Expand Down Expand Up @@ -530,7 +529,6 @@ def sample_numpyro_nuts(
postprocessing_chunks: Optional[int] = None,
idata_kwargs: Optional[Dict] = None,
nuts_kwargs: Optional[Dict] = None,
**kwargs,
) -> az.InferenceData:
"""
Draw samples from the posterior using the NUTS method from the ``numpyro`` library.
Expand Down

0 comments on commit 765fdef

Please sign in to comment.