Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ahartikainen authored and OriolAbril committed May 14, 2021
1 parent 6cc87e1 commit 931c08a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arviz/data/io_pystan.py
Original file line number Diff line number Diff line change
Expand Up @@ -410,7 +410,7 @@ def log_likelihood_to_xarray(self):
if isinstance(log_likelihood, (list, tuple)):
log_likelihood = {name: name for name in log_likelihood}
log_likelihood_draws = get_draws_stan3(
fit, model=model, variables=list(log_likelihood.values(), dtypes=self.dtypes)
fit, model=model, variables=list(log_likelihood.values()), dtypes=self.dtypes
)
data = {
obs_var_name: log_likelihood_draws[log_like_name]
Expand Down

0 comments on commit 931c08a

Please sign in to comment.