pymc-devs / pymc

Bayesian Modeling and Probabilistic Programming in Python
https://docs.pymc.io/
Other
8.66k stars 2k forks source link

Add docstring to pymc.sampling.jax.sample_jax_nuts #7313

Closed andrewdipper closed 4 months ago

andrewdipper commented 4 months ago

Add docstring to pymc.sampling.jax.sample_jax_nuts

Description

As above - mostly just copied from _sample_blackjax_nuts. Fixes empty documentation here https://www.pymc.io/projects/docs/en/stable/api/generated/pymc.sampling.jax.sample_blackjax_nuts.html#pymc.sampling.jax.sample_blackjax_nuts and here https://www.pymc.io/projects/docs/en/stable/api/generated/pymc.sampling.jax.sample_numpyro_nuts.html#pymc.sampling.jax.sample_numpyro_nuts

Related Issue

Checklist

Type of change


📚 Documentation preview 📚: https://pymc--7313.org.readthedocs.build/en/7313/

welcome[bot] commented 4 months ago

Congratulations Banner] Congrats on merging your first pull request! :tada: We here at PyMC are proud of you! :sparkling_heart: Thank you so much for your contribution :gift:

ricardoV94 commented 4 months ago

Thanks @andrewdipper