We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b17a60d commit f3df36bCopy full SHA for f3df36b
pymc/sampling/mcmc.py
@@ -348,7 +348,7 @@ def sample(
348
discard_tuned_samples: bool = True,
349
compute_convergence_checks: bool = True,
350
keep_warning_stat: bool = False,
351
- return_inferencedata: Literal[True],
+ return_inferencedata: Literal[True] = True,
352
idata_kwargs: Optional[Dict[str, Any]] = None,
353
nuts_sampler_kwargs: Optional[Dict[str, Any]] = None,
354
callback=None,
0 commit comments