Skip to content

Commit

Permalink
fix #21
Browse files Browse the repository at this point in the history
  • Loading branch information
gibsramen committed Mar 31, 2021
1 parent dcd55a5 commit 4906aa7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion birdman/model_util.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def single_fit_to_inference(
posterior_predictive: str = None,
log_likelihood: str = None,
sample_names: Sequence[str] = None,
) -> xr.Dataset:
) -> az.InferenceData:
"""Convert fitted Stan model into inference object.
:param fit: Fitted model
Expand Down

0 comments on commit 4906aa7

Please sign in to comment.