Skip to content
Snippets Groups Projects
Commit 07be3617 authored by Colm Talbot's avatar Colm Talbot
Browse files

TYPO: silly typo

parent c4b7b66a
No related branches found
No related tags found
1 merge request!1191MAINT: add compatibility with pymc_v5
Pipeline #484095 passed
......@@ -657,7 +657,7 @@ class Pymc(MCMCSampler):
ikwargs = dict(
model=self.pymc_model,
save_warmup=not self.kwargs["discard_tuned_samples"],
log_likeilhood=True,
log_likelihood=True,
)
trace = pymc.to_inference_data(trace, **ikwargs)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment