Skip to content

Commit

Permalink
improve docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
aloctavodia committed Aug 12, 2022
1 parent 878d8c6 commit a43ad64
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bambi/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,8 @@ def fit(
Returns
-------
An ArviZ ``InferenceData`` instance if inference_method ``"mcmc"`` (default).
An ArviZ ``InferenceData`` instance if inference_method ``"mcmc"`` (default),
"nuts_numpyro" or "nuts_blackjax".
An ``Approximation`` object if ``"vi"`` and a dictionary if ``"laplace"``.
"""
method = kwargs.pop("method", None)
Expand Down

0 comments on commit a43ad64

Please sign in to comment.